Searched refs:net (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/net/ |
D | inet_makeaddr.c | 39 inet_makeaddr(in_addr_t net, in_addr_t host) in inet_makeaddr() argument 43 if (net < 128) in inet_makeaddr() 44 addr = (net << IN_CLASSA_NSHIFT) | (host & IN_CLASSA_HOST); in inet_makeaddr() 45 else if (net < 65536) in inet_makeaddr() 46 addr = (net << IN_CLASSB_NSHIFT) | (host & IN_CLASSB_HOST); in inet_makeaddr() 47 else if (net < 16777216L) in inet_makeaddr() 48 addr = (net << IN_CLASSC_NSHIFT) | (host & IN_CLASSC_HOST); in inet_makeaddr() 50 addr = net | host; in inet_makeaddr()
|
/bionic/libc/kernel/uapi/linux/ |
D | mctp.h | 49 unsigned int net; member
|
/bionic/libc/dns/resolv/ |
D | res_init.c | 185 char *net; in __res_vinit() local 396 net = cp; in __res_vinit() 402 if (inet_aton(net, &a)) { in __res_vinit() 406 net = cp; in __res_vinit() 413 if (inet_aton(net, &a)) { in __res_vinit()
|
/bionic/docs/ |
D | EINTR.md | 40 `java.net.*` hide this from you. (The same should be true of `android.*` too, 73 [Returning EINTR from close()](https://lwn.net/Articles/576478/)
|
D | status.md | 48 [This is why we can't have safe cancellation points](https://lwn.net/Articles/683118/)
|
/bionic/libc/ |
D | Android.bp | 504 "upstream-openbsd/lib/libc/net/base64.c", 505 "upstream-openbsd/lib/libc/net/htonl.c", 506 "upstream-openbsd/lib/libc/net/htons.c", 507 "upstream-openbsd/lib/libc/net/inet_lnaof.c", 508 "upstream-openbsd/lib/libc/net/inet_makeaddr.c", 509 "upstream-openbsd/lib/libc/net/inet_netof.c", 510 "upstream-openbsd/lib/libc/net/inet_ntoa.c", 511 "upstream-openbsd/lib/libc/net/inet_ntop.c", 512 "upstream-openbsd/lib/libc/net/inet_pton.c", 513 "upstream-openbsd/lib/libc/net/ntohl.c", [all …]
|
D | SYSCALLS.TXT | 108 # See linux/fs/read_write.c and https://lwn.net/Articles/311630/.
|
D | NOTICE | 3646 Copyright (c) 2008, 2017 Otto Moerbeek <otto@drijf.net>
|
/bionic/ |
D | README.md | 92 # amongst other things, see https://lwn.net/Articles/507794/ for more
|
/bionic/libm/ |
D | NOTICE | 509 Copyright (c) 2008 Stephen L. Moshier <steve@moshier.net>
|