Searched refs:protocol (Results 1 - 25 of 97) sorted by relevance

1234

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxqueue.h10 Bool XqueueMousePreInit(InputInfoPtr pInfo, const char *protocol, int flags);
H A Dxf86OSmouse.h43 * specific protocol names that are
49 PROT_UNSUP = -1, /* protocol is not supported */
80 typedef Bool (*CheckProtocolProc)(const char *protocol);
81 typedef Bool (*BuiltinPreInitProc)(InputInfoPtr pInfo, const char *protocol,
85 typedef void (*SetResProc)(InputInfoPtr pInfo, const char* protocol, int rate,
87 typedef const char *(*FindDeviceProc)(InputInfoPtr pInfo, const char *protocol,
118 * CheckProtocol: Checks if the protocol name given is supported by the
123 * function is passed the protocol name.
125 * DefaultProtocol: Returns the name of a default protocol that should be used
129 * SetupAuto: This function can be used to do OS-specific protocol
225 const char * protocol; member in struct:_MouseDevRec
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxqueue.h10 Bool XqueueMousePreInit(InputInfoPtr pInfo, const char *protocol, int flags);
H A Dxf86OSmouse.h44 * specific protocol names that are
50 PROT_UNSUP = -1, /* protocol is not supported */
81 typedef Bool (*CheckProtocolProc)(const char *protocol);
82 typedef Bool (*BuiltinPreInitProc)(InputInfoPtr pInfo, const char *protocol,
86 typedef void (*SetResProc)(InputInfoPtr pInfo, const char* protocol, int rate,
88 typedef const char *(*FindDeviceProc)(InputInfoPtr pInfo, const char *protocol,
119 * CheckProtocol: Checks if the protocol name given is supported by the
124 * function is passed the protocol name.
126 * DefaultProtocol: Returns the name of a default protocol that should be used
130 * SetupAuto: This function can be used to do OS-specific protocol
226 const char * protocol; member in struct:_MouseDevRec
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_url.h16 DECLEXPORT(int) crParseURL( const char *url, char *protocol, char *hostname,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxqueue.h10 Bool XqueueMousePreInit(InputInfoPtr pInfo, const char *protocol, int flags);
H A Dxf86OSmouse.h44 * specific protocol names that are
50 PROT_UNSUP = -1, /* protocol is not supported */
81 typedef Bool (*CheckProtocolProc)(const char *protocol);
82 typedef Bool (*BuiltinPreInitProc)(InputInfoPtr pInfo, const char *protocol,
86 typedef void (*SetResProc)(InputInfoPtr pInfo, const char* protocol, int rate,
88 typedef const char *(*FindDeviceProc)(InputInfoPtr pInfo, const char *protocol,
119 * CheckProtocol: Checks if the protocol name given is supported by the
124 * function is passed the protocol name.
126 * DefaultProtocol: Returns the name of a default protocol that should be used
130 * SetupAuto: This function can be used to do OS-specific protocol
226 const char * protocol; member in struct:_MouseDevRec
[all...]
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Durl.c30 int crParseURL( const char *url, char *protocol, char *hostname, argument
35 /* pull off the protocol */
37 if ( temp == NULL && protocol != NULL )
39 crStrcpy( protocol, "tcpip" );
44 if (protocol != NULL) {
46 crStrncpy( protocol, url, len );
47 protocol[len] = 0;
91 crWarning( "URL: expected <protocol>://"
H A Dnet.c71 * Call the protocol-specific Init() and Connection() functions.
75 InitConnection(CRConnection *conn, const char *protocol, unsigned int mtu argument
81 if (!crStrcmp(protocol, "devnull"))
86 else if (!crStrcmp(protocol, "file"))
92 else if (!crStrcmp(protocol, "swapfile"))
100 else if (!crStrcmp(protocol, "tcpip"))
106 else if (!crStrcmp(protocol, "udptcpip"))
113 else if (!crStrcmp(protocol, "vboxhgcm"))
125 else if (!crStrcmp(protocol, "gm"))
133 else if (!crStrcmp(protocol, "quadric
200 char hostname[4096], protocol[4096]; local
346 crNetAcceptClient( const char *protocol, const char *hostname, unsigned short port, unsigned int mtu, int broker ) argument
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIPortForwardingTable.h75 UIPortForwardingData(const NameData &strName, KNATProtocol protocol, argument
78 : name(strName), protocol(protocol)
84 protocol == other.protocol &&
91 KNATProtocol protocol; member in struct:UIPortForwardingData
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dauth.c217 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL)
219 if (protp->protocol < 0xC000 && protp->close != NULL)
249 if (protp->protocol != PPP_LCP && protp->enabled_flag
311 * The peer has failed to authenticate himself using `protocol'.
313 void auth_peer_fail(int unit, u16_t protocol) argument
315 AUTHDEBUG((LOG_INFO, "auth_peer_fail: %d proto=%X\n", unit, protocol));
325 * The peer has been successfully authenticated using `protocol'.
327 void auth_peer_success(int unit, u16_t protocol, char *name, int namelen) argument
331 AUTHDEBUG((LOG_INFO, "auth_peer_success: %d proto=%X\n", unit, protocol));
332 switch (protocol) {
364 auth_withpeer_fail(int unit, u16_t protocol) argument
388 auth_withpeer_success(int unit, u16_t protocol) argument
[all...]
H A Dppp.c122 PDPROTOCOL1, /* Process protocol field 1. */
123 PDPROTOCOL2, /* Process protocol field 2. */
146 u16_t inProtocol; /* The input protocol code. */
149 int pcomp; /* Does peer accept protocol compression? */
174 int protocol; /* PPP procotol, e.g. PPP_IP */ member in struct:npioctl
196 * PPP Data Link Layer "protocol" table.
197 * One entry per supported protocol.
543 u_short protocol = PPP_IP; local
552 /* We let any protocol value go through - it can't hurt us
556 pd, protocol, p
1293 u16_t protocol; local
[all...]
/vbox/src/VBox/NetworkServices/NAT/
H A DRTWinSocketPair.cpp31 extern "C" int RTWinSocketPair(int domain, int type, int protocol, SOCKET socket_vector[2]) argument
33 LogFlowFunc(("ENTER: domain:%d, type:%d, protocol:%d, socket_vector:%p\n",
34 domain, type, protocol, socket_vector));
78 listener = WSASocket(domain, type, protocol, 0, NULL, 0);
114 socket_vector[0] = WSASocket(domain, type, protocol, 0, NULL, 0);
135 socket_vector[0] = WSASocket(domain, type, protocol, 0, NULL, 0);
149 socket_vector[1] = WSASocket(domain, type, protocol, 0, NULL, 0);
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86OSmouse.h22 * specific protocol names that are
29 typedef Bool (*CheckProtocolProc)(const char *protocol);
30 typedef Bool (*BuiltinPreInitProc)(InputInfoPtr pInfo, const char *protocol,
34 typedef void (*SetResProc)(InputInfoPtr pInfo, const char* protocol, int rate,
66 * CheckProtocol: Checks if the protocol name given is supported by the
71 * function is passed the protocol name.
73 * DefaultProtocol: Returns the name of a default protocol that should be used
77 * SetupAuto: This function can be used to do OS-specific protocol
78 * auto-detection. It returns the name of the detected protocol,
80 * of the "protoPara" values for the detected protocol b
108 const char * protocol; member in struct:_MouseDevRec
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/
H A Defi.h54 /** An EFI protocol used by iPXE */
58 /** EFI protocol GUID */
63 /** Variable containing pointer to protocol structure */
64 void **protocol; member in struct:efi_protocol
67 /** EFI protocol table */
70 /** Declare an EFI protocol used by iPXE */
73 /** Declare an EFI protocol to be required by iPXE
75 * @v _protocol EFI protocol name
76 * @v _ptr Pointer to protocol instance
81 .protocol
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dip.h6 * IP protocol
42 uint8_t protocol; member in struct:iphdr
53 uint8_t protocol; member in struct:ipv4_pseudo_header
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86OSmouse.h43 * specific protocol names that are
49 PROT_UNSUP = -1, /* protocol is not supported */
80 typedef Bool (*CheckProtocolProc)(const char *protocol);
81 typedef Bool (*BuiltinPreInitProc)(InputInfoPtr pInfo, const char *protocol,
85 typedef void (*SetResProc)(InputInfoPtr pInfo, const char* protocol, int rate,
87 typedef const char *(*FindDeviceProc)(InputInfoPtr pInfo, const char *protocol,
118 * CheckProtocol: Checks if the protocol name given is supported by the
123 * function is passed the protocol name.
125 * DefaultProtocol: Returns the name of a default protocol that should be used
129 * SetupAuto: This function can be used to do OS-specific protocol
225 const char * protocol; member in struct:_MouseDevRec
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86OSmouse.h43 * specific protocol names that are
49 PROT_UNSUP = -1, /* protocol is not supported */
80 typedef Bool (*CheckProtocolProc)(const char *protocol);
81 typedef Bool (*BuiltinPreInitProc)(InputInfoPtr pInfo, const char *protocol,
85 typedef void (*SetResProc)(InputInfoPtr pInfo, const char* protocol, int rate,
87 typedef const char *(*FindDeviceProc)(InputInfoPtr pInfo, const char *protocol,
118 * CheckProtocol: Checks if the protocol name given is supported by the
123 * function is passed the protocol name.
125 * DefaultProtocol: Returns the name of a default protocol that should be used
129 * SetupAuto: This function can be used to do OS-specific protocol
225 const char * protocol; member in struct:_MouseDevRec
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dauth.c422 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL) {
425 if (protp->protocol < 0xC000 && protp->close != NULL) {
459 if (protp->protocol != PPP_LCP && protp->enabled_flag && protp->lowerup != NULL) {
552 if (protp->protocol < 0xC000 && protp->enabled_flag && protp->open != NULL) {
554 if (protp->protocol != PPP_CCP) {
568 * The peer has failed to authenticate himself using `protocol'.
571 auth_peer_fail(int unit, u16_t protocol) argument
573 LWIP_UNUSED_ARG(protocol);
575 AUTHDEBUG(LOG_INFO, ("auth_peer_fail: %d proto=%X\n", unit, protocol));
585 * The peer has been successfully authenticated using `protocol'
588 auth_peer_success(int unit, u16_t protocol, char *name, int namelen) argument
627 auth_withpeer_fail(int unit, u16_t protocol) argument
651 auth_withpeer_success(int unit, u16_t protocol) argument
[all...]
H A Dppp.c153 PDPROTOCOL1, /* Process protocol field 1. */
154 PDPROTOCOL2, /* Process protocol field 2. */
183 u16_t inProtocol; /* The input protocol code. */
207 int pcomp; /* Does peer accept protocol compression? */
231 int protocol; /* PPP procotol, e.g. PPP_IP */ member in struct:npioctl
256 * PPP Data Link Layer "protocol" table.
257 * One entry per supported protocol.
408 lcp_open(pd); /* Start protocol */
449 /* Initialize each protocol to the standard option set. */
766 u_short protocol local
811 u_short protocol = PPP_IP; local
1613 u16_t protocol; local
[all...]
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Draw.h47 u16_t protocol; member in struct:raw_pcb
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DDhcpOptions.c30 #include <protocol/Dhcp4.h>
31 #include <protocol/ServiceBinding.h>
149 // Get the DHCP protocol
209 // Done with the DHCP protocol
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dsocket.c48 Translate from the socket file descriptor to the socket protocol.
100 // Return the socket protocol
109 @param [in] pSocketProtocol Socket protocol structure address
201 @param [in] protocol Specifies the lower layer protocol to use. The following
207 <a href="http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml">protocol number</a>
220 IN INT32 protocol
233 // Locate the socket protocol
[all...]
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Draw.c4 * Implementation of raw protocol PCBs for low-level handling of
100 if (pcb->protocol == proto) {
163 * raw PCB's protocol and binding.
167 * packet will not be passed to other raw PCBs or other protocol layers.
169 * against further PCBs and/or forwarded to another protocol layers.
246 err = ip_output_if (q, src_ip, ipaddr, pcb->ttl, pcb->tos, pcb->protocol, netif);
303 * @param proto the protocol number of the IPs payload (e.g. IP_PROTO_ICMP)
318 pcb->protocol = proto;
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_init.c30 /** Loaded image protocol for this image */
36 /** EFI loaded image protocol GUID */
114 DBGC ( systab, "Could not get loaded image protocol" );
124 prot->protocol ) ) == 0 ) {
125 DBGC ( systab, "EFI protocol %s is at %p\n",
126 uuid_ntoa ( &prot->u.uuid ), *(prot->protocol));
128 DBGC ( systab, "EFI does not provide protocol %s\n",

Completed in 207 milliseconds

1234