| /src/games/hunt/hunt/ |
| server.c | 278 ssize_t portlen; local 299 portlen = recvfrom(contactsock, &port_num, sizeof(port_num), 0, 301 if (portlen < 0) { 307 if (portlen == 0) { 310 if ((size_t)portlen != sizeof(port_num)) {
|
| server.c | 278 ssize_t portlen; local 299 portlen = recvfrom(contactsock, &port_num, sizeof(port_num), 0, 301 if (portlen < 0) { 307 if (portlen == 0) { 310 if ((size_t)portlen != sizeof(port_num)) {
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/unix/ |
| net.c | 409 size_t portlen; local 419 portlen = sizeof(portlen); 420 if (sysctlbyname(sysctlname_lowport, &port_low, &portlen, 424 portlen = sizeof(portlen); 425 if (sysctlbyname(sysctlname_hiport, &port_high, &portlen, 446 size_t portlen; local 458 portlen = sizeof(portlen); [all...] |
| net.c | 409 size_t portlen; local 419 portlen = sizeof(portlen); 420 if (sysctlbyname(sysctlname_lowport, &port_low, &portlen, 424 portlen = sizeof(portlen); 425 if (sysctlbyname(sysctlname_hiport, &port_high, &portlen, 446 size_t portlen; local 458 portlen = sizeof(portlen); [all...] |
| /src/external/mpl/bind/dist/lib/isc/ |
| net.c | 340 size_t portlen; local 350 portlen = sizeof(port_low); 351 if (sysctlbyname(sysctlname_lowport, &port_low, &portlen, NULL, 0) < 0) 355 portlen = sizeof(port_high); 356 if (sysctlbyname(sysctlname_hiport, &port_high, &portlen, NULL, 0) < 0) 378 size_t portlen; local 390 portlen = sizeof(port_low); 391 if (sysctl(mib_lo, miblen, &port_low, &portlen, NULL, 0) < 0) { 395 portlen = sizeof(port_high); 396 if (sysctl(mib_hi, miblen, &port_high, &portlen, NULL, 0) < 0) [all...] |
| net.c | 340 size_t portlen; local 350 portlen = sizeof(port_low); 351 if (sysctlbyname(sysctlname_lowport, &port_low, &portlen, NULL, 0) < 0) 355 portlen = sizeof(port_high); 356 if (sysctlbyname(sysctlname_hiport, &port_high, &portlen, NULL, 0) < 0) 378 size_t portlen; local 390 portlen = sizeof(port_low); 391 if (sysctl(mib_lo, miblen, &port_low, &portlen, NULL, 0) < 0) { 395 portlen = sizeof(port_high); 396 if (sysctl(mib_hi, miblen, &port_high, &portlen, NULL, 0) < 0) [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/isc/unix/ |
| net.c | 717 size_t portlen; local 727 portlen = sizeof(port_low); 728 if (sysctlbyname(sysctlname_lowport, &port_low, &portlen, NULL, 0) < 0) 732 portlen = sizeof(port_high); 733 if (sysctlbyname(sysctlname_hiport, &port_high, &portlen, NULL, 0) < 0) 755 size_t portlen; local 767 portlen = sizeof(port_low); 768 if (sysctl(mib_lo, miblen, &port_low, &portlen, NULL, 0) < 0) { 772 portlen = sizeof(port_high); 773 if (sysctl(mib_hi, miblen, &port_high, &portlen, NULL, 0) < 0) [all...] |
| net.c | 717 size_t portlen; local 727 portlen = sizeof(port_low); 728 if (sysctlbyname(sysctlname_lowport, &port_low, &portlen, NULL, 0) < 0) 732 portlen = sizeof(port_high); 733 if (sysctlbyname(sysctlname_hiport, &port_high, &portlen, NULL, 0) < 0) 755 size_t portlen; local 767 portlen = sizeof(port_low); 768 if (sysctl(mib_lo, miblen, &port_low, &portlen, NULL, 0) < 0) { 772 portlen = sizeof(port_high); 773 if (sysctl(mib_hi, miblen, &port_high, &portlen, NULL, 0) < 0) [all...] |