Searched refs:inet (Results 1 – 25 of 65) sorted by relevance
123
/external/qemu/android/ |
D | sockets.c | 250 a->u.inet.port = port; in sock_address_init_inet() 251 a->u.inet.address = ip; in sock_address_init_inet() 383 buf = format_ip4( buf, end, a->u.inet.address ); in sock_address_to_string() 385 buf = format_unsigned( buf, end, (unsigned) a->u.inet.port ); in sock_address_to_string() 413 return (a->u.inet.address == b->u.inet.address && in sock_address_equal() 414 a->u.inet.port == b->u.inet.port); in sock_address_equal() 433 return a->u.inet.port; in sock_address_get_port() 446 a->u.inet.port = port; in sock_address_set_port() 469 return a->u.inet.address; in sock_address_get_ip() 481 uint32_t ip = a->u.inet.address; [all …]
|
/external/libpcap/msdos/ |
D | makefile | 26 savefile.c pcap.c inet.c msdos\ndis2.c msdos\pktdrvr.c \ 121 inet.obj: inet.c pcap-int.h pcap.h pcap-bpf.h 161 inet.o32: inet.c pcap-int.h pcap.h pcap-bpf.h
|
D | makefile.wc | 31 $(OBJDIR)\savefile.obj $(OBJDIR)\inet.obj $(OBJDIR)\ndis2.obj 108 $(OBJDIR)\inet.obj: inet.c pcap-int.h pcap.h pcap-bpf.h
|
D | makefile.dj | 26 savefile.c pcap.c inet.c msdos\pktdrvr.c msdos/ndis2.c \ 147 inet.o: inet.c pcap-int.h pcap.h pcap-bpf.h
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/ |
D | README.chromium | 23 * Removed faulty _BSD_SIZE_T_ typedef in arpa/inet.h. 24 * Removed macros in arpa/inet.h which added underbars to various functions of
|
/external/iproute2/etc/iproute2/ |
D | rt_protos | 29 247 gated/inet
|
/external/iproute2/doc/ |
D | ss.sgml | 93 <tt/raw/, <tt/inet/, <tt/unix/, <tt/packet/, <tt/netlink/. See? 94 Well, <tt/inet/ is just abbreviation for <tt/tcp|udp|raw/ 215 or special address prefix <tt/inet:/, <tt/inet6/) and resulting 343 are supported: <tt/unix/, <tt/inet/, <tt/inet6/, <tt/link/, 345 <item><tt/-4/ - alias for <tt/-f inet/ 350 <tt/all/, <tt/inet/, <tt/tcp/, <tt/udp/, <tt/raw/, 412 <item><tt/inet/ - <tt/ADDRESS_PATTERN/ consists of IP prefix, optionally 415 <item><tt/inet6/ - The same as <tt/inet/, only prefix refers to an IPv6 416 address. Unlike <tt/inet/ colon becomes ambiguous, so that <tt/ss/ allows 420 <item><tt/packet/ - format looks like <tt/inet/, only interface index [all …]
|
/external/libpcap/ |
D | Android.mk | 6 libpcap_CSRC = pcap.c inet.c gencode.c optimize.c nametoaddr.c etherent.c \
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
D | prnetdb.h | 326 ((addr)->raw.family == PR_AF_INET6 ? (addr)->ipv6.port : (addr)->inet.port)
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
D | library.dsc | 222 "arpa/inet.h", 244 "arpa/inet.h",
|
/external/chromium_org/third_party/webrtc/base/ |
D | nssstreamadapter.cc | 256 addr->inet.family = PR_AF_INET; in StreamGetPeerName() 257 addr->inet.port = 0; in StreamGetPeerName() 258 addr->inet.ip = 0; in StreamGetPeerName()
|
/external/qemu/include/android/ |
D | sockets.h | 174 } inet; member
|
/external/ipsec-tools/src/racoon/ |
D | racoonctl.c | 743 char *inet = "inet"; local 793 nav[nac++] = inet; 808 char *inet = "inet"; local 821 nav[nac++] = inet;
|
/external/stressapptest/ |
D | configure.ac | 107 AC_CHECK_HEADERS([arpa/inet.h fcntl.h netdb.h stdint.h stdlib.h string.h sys/ioctl.h sys/socket.h s…
|
/external/tcpdump/ |
D | configure.in | 591 #include <arpa/inet.h>], [char src[4], dst[128]; 599 #include <arpa/inet.h>], [char src[128], dst[4]; 606 #include <arpa/inet.h>], [char src[128]; 668 #include <arpa/inet.h> 714 #include <arpa/inet.h>
|
/external/icu/icu4c/source/data/locales/ |
D | saq.txt | 127 "Mderot ee inet",
|
/external/chromium_org/third_party/icu/source/data/locales/ |
D | saq.txt | 127 "Mderot ee inet",
|
/external/libmtp/ |
D | configure.ac | 72 iconv.h langinfo.h locale.h arpa/inet.h byteswap.h sys/uio.h])
|
/external/iputils/ninfod/ |
D | config.h.in | 15 /* Define to 1 if you have the <arpa/inet.h> header file. */
|
D | configure.in | 83 AC_CHECK_HEADERS(sys/utsname.h arpa/inet.h netdb.h syslog.h)
|
/external/libexif/m4m/ |
D | gp-byteorder.m4 | 74 AC_HAVE_SYMBOL(ntohl,arpa/inet.h, 77 #include <arpa/inet.h>
|
/external/libpcap/Win32/Prj/ |
D | libpcap.dsp | 129 SOURCE=..\..\inet.c
|
/external/srtp/ |
D | config.h_win32vc7 | 28 /* Define to 1 if you have the <arpa/inet.h> header file. */
|
/external/chromium_org/third_party/libxml/src/ |
D | configure.in | 431 AC_CHECK_HEADERS([arpa/inet.h], [], [], 436 # include <arpa/inet.h> 500 dnl Checks for inet libraries: 503 AC_SEARCH_LIBS(connect, [inet]) 603 for lib in bsd socket inet; do
|
/external/libmtp/m4/ |
D | byteorder.m4 | 72 AC_HAVE_SYMBOL(ntohl,arpa/inet.h, 75 #include <arpa/inet.h>
|
123