Searched defs:protocol (Results 26 - 50 of 52) sorted by relevance

123

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcrut_api.h166 char protocol[1024]; member in struct:__anon16145
H A Dcr_server.h384 char protocol[1024]; member in struct:__anon16127
/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/Additions/x11/x11include/xorg-server-1.3.0.0/
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.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/EFI/Firmware/StdLib/EfiSocketLib/
H A DSocket.c73 service list for each of the network protocol interfaces.
546 @param [in] pSocketProtocol Address of the socket protocol structure.
551 @param [in] protocol Specifies the lower layer protocol to use.
558 @retval EFI_INVALID_PARAMETER - Invalid protocol value, errno = EINVAL
566 IN int protocol,
615 // Determine the protocol APIs
653 // Set the default protocol if necessary
656 if ( 0 == protocol ) {
657 protocol
562 EslSocket( IN EFI_SOCKET_PROTOCOL * pSocketProtocol, IN int domain, IN int type, IN int protocol, IN int * pErrno ) argument
[all...]
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
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/Devices/Network/lwip-new/src/api/
H A Dsockets.c1018 lwip_socket(int domain, int type, int protocol) argument
1031 (u8_t)protocol, event_callback);
1033 domain == PF_INET ? "PF_INET" : "UNKNOWN", protocol));
1037 ((protocol == IPPROTO_UDPLITE) ? NETCONN_UDPLITE : NETCONN_UDP)) ,
1040 domain == PF_INET ? "PF_INET" : "UNKNOWN", protocol));
1045 domain == PF_INET ? "PF_INET" : "UNKNOWN", protocol));
1053 domain, type, protocol));
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dnet80211.h95 /** An 802.11 security handshaking protocol */
549 /** Interface to an 802.11 security handshaking protocol
566 /** The security handshaking protocol implemented */
567 enum net80211_security_proto protocol; member in struct:net80211_handshaker
569 /** Initialize security handshaking protocol
606 * protocol it implements as is possible without blocking. It
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
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/Additions/x11/x11include/xorg-server-1.0.1/
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/libs/libxml2-2.6.31/
H A Dnanoftp.c122 char *protocol; /* the protocol name */ member in struct:xmlNanoFTPCtxt
137 int returnValue; /* the protocol return value */
181 * Initialize the FTP protocol layer.
228 * Cleanup the FTP protocol layer. This cleanup proxy informations.
296 * the protocol host port and path it indicates.
307 if (ctxt->protocol != NULL) {
308 xmlFree(ctxt->protocol);
309 ctxt->protocol = NULL;
330 ctxt->protocol
[all...]
H A Dnanohttp.c133 char *protocol; /* the protocol name */ member in struct:xmlNanoHTTPCtxt
148 int returnValue; /* the protocol return value */
208 * Initialize the HTTP protocol layer.
250 * Cleanup the HTTP protocol layer.
273 * the protocol host port and path it indicates.
282 if (ctxt->protocol != NULL) {
283 xmlFree(ctxt->protocol);
284 ctxt->protocol = NULL;
309 ctxt->protocol
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dcltsrv.c135 static PRInt32 protocol = 6; /* TCP */ variable
274 fd = PR_Socket(domain, SOCK_STREAM, protocol);
787 server->listener = PR_Socket(domain, SOCK_STREAM, protocol);
972 protocol = 36;
H A Dprovider.c137 static PRInt32 protocol = 6; /* TCP */ variable
276 fd = PR_Socket(domain, SOCK_STREAM, protocol);
997 server->listener = PR_Socket(domain, SOCK_STREAM, protocol);
1188 protocol = 36;
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
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/RDP/client-1.8.3/
H A Dscard.c935 /* if the active protocol > 4 billion, this is trouble. odds are low */
1679 MYPCSC_DWORD state, protocol, readerLen, atrLen; local
1717 protocol = dwProtocol;
1720 rv = SCardStatus(myHCard, readerName, &readerLen, &state, &protocol, atr, &atrLen);
1723 dwProtocol = protocol;
1804 MYPCSC_DWORD state, protocol, readerLen, atrLen; local
1832 protocol = dwProtocol;
1835 rv = SCardStatus(myHCard, readerName, &readerLen, &state, &protocol, atr, &atrLen);
1838 dwProtocol = protocol;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacsockotpt.c521 // EPROTONOSUPPORT - bad socket type/protocol
523 PRInt32 _MD_socket(int domain, int type, int protocol) argument
543 if (protocol == 0) {
545 protocol = IPPROTO_UDP;
547 protocol = IPPROTO_TCP;
550 // Only support default protocol for tcp
551 if ((type == SOCK_STREAM) && (protocol != IPPROTO_TCP)) {
556 // Only support default protocol for udp
557 if ((type == SOCK_DGRAM) && (protocol != IPPROTO_UDP)) {
/vbox/include/VBox/HostServices/
H A DGuestControlSvc.h579 /** The guest control protocol version this
581 HGCMFunctionParameter protocol; member in struct:guestControl::HGCMMsgSessionOpen
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dhttp.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/net/ com/sun/net/httpserver/ ...
H A Djaxws-rt.jar ... sun/xml/ws/org/objectweb/asm/ com/sun/xml/ws/protocol/ com/sun/xml/ws/protocol/soap/ com/sun/xml/ws ...
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A DMT25408_PRM.h3073 pseudo_bit_t protocol[0x00002]; member in struct:hermonprm_mcg_hdr_st
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver_protocol.h2 * Wine server protocol definitions
5 * Edit server/protocol.def instead and re-run tools/make_requests
1454 int protocol; member in struct:create_socket_request
1542 int protocol; member in struct:get_socket_info_reply
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dserver_protocol.h2 * Wine server protocol definitions
5 * Edit server/protocol.def instead and re-run tools/make_requests
1316 int protocol; member in struct:create_socket_request

Completed in 304 milliseconds

123