Home
last modified time | relevance | path

Searched refs:net (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/net/
Dinet_makeaddr.c40 inet_makeaddr(in_addr_t net, in_addr_t host) in inet_makeaddr() argument
44 if (net < 128) in inet_makeaddr()
45 addr = (net << IN_CLASSA_NSHIFT) | (host & IN_CLASSA_HOST); in inet_makeaddr()
46 else if (net < 65536) in inet_makeaddr()
47 addr = (net << IN_CLASSB_NSHIFT) | (host & IN_CLASSB_HOST); in inet_makeaddr()
48 else if (net < 16777216L) in inet_makeaddr()
49 addr = (net << IN_CLASSC_NSHIFT) | (host & IN_CLASSC_HOST); in inet_makeaddr()
51 addr = net | host; in inet_makeaddr()
/bionic/libc/dns/resolv/
Dres_init.c186 char *net; in __res_vinit() local
395 net = cp; in __res_vinit()
401 if (inet_aton(net, &a)) { in __res_vinit()
405 net = cp; in __res_vinit()
412 if (inet_aton(net, &a)) { in __res_vinit()
/bionic/libc/
DAndroid.mk433 upstream-openbsd/lib/libc/net/htonl.c \
434 upstream-openbsd/lib/libc/net/htons.c \
435 upstream-openbsd/lib/libc/net/inet_lnaof.c \
436 upstream-openbsd/lib/libc/net/inet_makeaddr.c \
437 upstream-openbsd/lib/libc/net/inet_netof.c \
438 upstream-openbsd/lib/libc/net/inet_ntoa.c \
439 upstream-openbsd/lib/libc/net/inet_ntop.c \
440 upstream-openbsd/lib/libc/net/inet_pton.c \
441 upstream-openbsd/lib/libc/net/ntohl.c \
442 upstream-openbsd/lib/libc/net/ntohs.c \
[all …]
DAndroid.bp453 "upstream-openbsd/lib/libc/net/htonl.c",
454 "upstream-openbsd/lib/libc/net/htons.c",
455 "upstream-openbsd/lib/libc/net/inet_lnaof.c",
456 "upstream-openbsd/lib/libc/net/inet_makeaddr.c",
457 "upstream-openbsd/lib/libc/net/inet_netof.c",
458 "upstream-openbsd/lib/libc/net/inet_ntoa.c",
459 "upstream-openbsd/lib/libc/net/inet_ntop.c",
460 "upstream-openbsd/lib/libc/net/inet_pton.c",
461 "upstream-openbsd/lib/libc/net/ntohl.c",
462 "upstream-openbsd/lib/libc/net/ntohs.c",
[all …]
DSYSCALLS.TXT101 # See linux/fs/read_write.c and https://lwn.net/Articles/311630/.
DNOTICE3890 Copyright (c) 2008 Otto Moerbeek <otto@drijf.net>