named_socket Struct Reference

A named socket. More...


Data Fields

struct refcnt refcnt
 Reference counter.
struct xfer_interface xfer
 Data transfer interface.
struct resolv_interface resolv
 Name resolution interface.
int semantics
 Communication semantics (e.g.
struct sockaddr local
 Stored local socket address, if applicable.
int have_local
 Stored local socket address exists.


Detailed Description

A named socket.

Definition at line 292 of file resolv.c.


Field Documentation

Reference counter.

Definition at line 294 of file resolv.c.

Referenced by xfer_open_named_socket().

Data transfer interface.

Definition at line 296 of file resolv.c.

Referenced by named_done(), named_resolv_done(), and xfer_open_named_socket().

Name resolution interface.

Definition at line 298 of file resolv.c.

Referenced by named_done(), and xfer_open_named_socket().

Communication semantics (e.g.

SOCK_STREAM)

Definition at line 300 of file resolv.c.

Referenced by named_resolv_done(), and xfer_open_named_socket().

Stored local socket address, if applicable.

Definition at line 302 of file resolv.c.

Referenced by named_resolv_done(), and xfer_open_named_socket().

Stored local socket address exists.

Definition at line 304 of file resolv.c.

Referenced by named_resolv_done(), and xfer_open_named_socket().


The documentation for this struct was generated from the following file:

Generated on Tue Apr 6 20:02:07 2010 for gPXE by  doxygen 1.5.7.1