Searched defs:accepted (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/ |
H A D | icmp.c | 121 int accepted = 1; local 125 accepted = 0; 131 accepted = 0; 135 if (!accepted) {
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/ |
H A D | priometh.c | 302 PRFileDesc *accepted = NULL; local 308 accepted = PR_Accept(sd, &remote, PR_INTERVAL_NO_TIMEOUT); 309 if (NULL == accepted) return rv; 311 rv = PR_Recv(accepted, buf, amount, 0, timeout); 319 *nd = accepted; 323 PR_Close(accepted);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/ |
H A D | rcnetio.cpp | 79 PRFileDesc *accepted; local 81 fd, &accepted, &from, buf, amount, timeout); 85 if (NULL != *nd) ns->fd = accepted; 86 else {PR_Close(accepted); rv = -1; }
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | y2ktmo.c | 158 PRFileDesc *accepted; local 177 accepted = PR_Accept(sock, NULL, timeout); 178 if (accepted != NULL || PR_GetError() != PR_IO_TIMEOUT_ERROR) {
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/ |
H A D | nd6.c | 259 u8_t accepted; local 283 accepted = 0; 289 accepted = 1; 297 if (!accepted && proxy_na_hook != NULL) { 301 accepted = proxy = 1; 307 if (!accepted) {
|
/vbox/src/VBox/Devices/Network/lwip-new/src/api/ |
H A D | sockets.c | 310 * @param accepted 1 if socket has been created by accept(), 315 alloc_socket(struct netconn *newconn, int accepted) argument 334 sockets[i].sendevent = (NETCONNTYPE_GROUP(newconn->type) == NETCONN_TCP ? (accepted != 0) : 1);
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
Completed in 67 milliseconds