Searched refs:semantics (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dsocket.h15 * @defgroup commtypes Communication semantics
33 * Name communication semantics
35 * @v semantics Communication semantics (e.g. SOCK_STREAM)
36 * @ret name Name of communication semantics
39 socket_semantics_name ( int semantics ) {
41 if ( semantics == SOCK_STREAM ) {
43 } else if ( semantics == SOCK_DGRAM ) {
H A Dopen.h39 * int semantics;
71 /** Communication semantics (e.g. SOCK_STREAM) */
72 int semantics; member in struct:socket_opener
96 extern int xfer_open_named_socket ( struct interface *intf, int semantics,
99 extern int xfer_open_socket ( struct interface *intf, int semantics,
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dopen.c131 * @v semantics Communication semantics (e.g. SOCK_STREAM)
136 int xfer_open_socket ( struct interface *intf, int semantics, argument
141 INTF_DBG ( intf ), socket_semantics_name ( semantics ),
145 if ( ( opener->semantics == semantics ) &&
153 INTF_DBG ( intf ), socket_semantics_name ( semantics ),
177 int semantics = va_arg ( args, int ); local
181 return xfer_open_socket ( intf, semantics, peer, local ); }
H A Dresolv.c306 /** Communication semantics (e.g. SOCK_STREAM) */
307 int semantics; member in struct:named_socket
362 named->semantics, sa,
391 * @v semantics Communication semantics (e.g. SOCK_STREAM)
397 int xfer_open_named_socket ( struct interface *xfer, int semantics, argument
410 named->semantics = semantics;
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dudp.c414 .semantics = UDP_SOCK_DGRAM,
H A Dtcp.c1349 .semantics = TCP_SOCK_STREAM,

Completed in 58 milliseconds