Searched refs:inet (Results 1 – 25 of 44) sorted by relevance
12
/external/qemu/ |
D | sockets.c | 249 a->u.inet.port = port; in sock_address_init_inet() 250 a->u.inet.address = ip; in sock_address_init_inet() 382 buf = format_ip4( buf, end, a->u.inet.address ); in sock_address_to_string() 384 buf = format_unsigned( buf, end, (unsigned) a->u.inet.port ); in sock_address_to_string() 412 return (a->u.inet.address == b->u.inet.address && in sock_address_equal() 413 a->u.inet.port == b->u.inet.port); in sock_address_equal() 432 return a->u.inet.port; in sock_address_get_port() 445 a->u.inet.port = port; in sock_address_set_port() 468 return a->u.inet.address; in sock_address_get_ip() 480 uint32_t ip = a->u.inet.address; [all …]
|
D | sockets.h | 174 } inet; member
|
/external/webkit/Tools/BuildSlaveSupport/gtk/xvfb/ |
D | run | 40 -nolisten inet
|
/external/kernel-headers/original/linux/ |
D | udp.h | 44 struct inet_sock inet; member
|
D | ipv6.h | 384 struct inet_sock inet; member
|
/external/iproute2/etc/iproute2/ |
D | rt_protos | 29 247 gated/inet
|
/external/libpcap/ |
D | Android.mk | 12 inet.c\
|
D | FILES | 45 inet.c
|
D | Makefile.in | 79 CSRC = pcap.c inet.c gencode.c optimize.c nametoaddr.c \
|
/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/openssh/ |
D | README.tun | 38 inet 192.168.5.1 255.255.255.252 192.168.5.2 43 inet 192.168.1.78 255.255.255.0 192.168.1.255 link0
|
/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/kernel-headers/original/linux/sunrpc/ |
D | xprt.h | 124 struct sock * inet; /* INET layer */ member
|
/external/icu4c/data/locales/ |
D | saq.txt | 86 "Mderot ee inet",
|
/external/tcpdump/ |
D | configure.in | 561 #include <arpa/inet.h>], [char src[4], dst[128]; 569 #include <arpa/inet.h>], [char src[128], dst[4]; 576 #include <arpa/inet.h>], [char src[128]; 637 #include <arpa/inet.h> 683 #include <arpa/inet.h>
|
/external/libmtp/ |
D | configure.ac | 72 iconv.h langinfo.h locale.h arpa/inet.h byteswap.h sys/uio.h])
|
D | config.h.in | 6 /* Define to 1 if you have the <arpa/inet.h> header file. */
|
/external/openssh/regress/ |
D | test-exec.sh | 250 AddressFamily inet
|
/external/srtp/ |
D | config.h_win32vc7 | 28 /* Define to 1 if you have the <arpa/inet.h> header file. */
|
D | config.hw | 29 /* Define to 1 if you have the <arpa/inet.h> header file. */
|
D | configure.in | 99 AC_CHECK_HEADERS(sys/socket.h netinet/in.h arpa/inet.h)
|
D | config.log | 546 configure:4379: checking arpa/inet.h usability 555 configure:4424: checking arpa/inet.h presence 559 configure:4495: checking for arpa/inet.h
|
/external/libmtp/m4/ |
D | byteorder.m4 | 72 AC_HAVE_SYMBOL(ntohl,arpa/inet.h, 75 #include <arpa/inet.h>
|
/external/libvpx/nestegg/m4/ |
D | ax_create_stdint_h.m4 | 8 dnl use the inet-types in <sys/types.h> which would define the typedefs 280 echo "/* whether we have a BSD compatible inet types header */" >>$ac_stdint 426 /* int8_t int16_t int32_t defined by inet code, redeclare the u_intXX types */
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_nss.c | 155 addr->inet.family = PR_AF_INET; in nss_io_getpeername()
|
12