Home
last modified time | relevance | path

Searched refs:inet (Results 1 – 25 of 44) sorted by relevance

12

/external/qemu/
Dsockets.c249 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 …]
Dsockets.h174 } inet; member
/external/webkit/Tools/BuildSlaveSupport/gtk/xvfb/
Drun40 -nolisten inet
/external/kernel-headers/original/linux/
Dudp.h44 struct inet_sock inet; member
Dipv6.h384 struct inet_sock inet; member
/external/iproute2/etc/iproute2/
Drt_protos29 247 gated/inet
/external/libpcap/
DAndroid.mk12 inet.c\
DFILES45 inet.c
DMakefile.in79 CSRC = pcap.c inet.c gencode.c optimize.c nametoaddr.c \
/external/iproute2/doc/
Dss.sgml93 <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/
DREADME.tun38 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/
Dracoonctl.c743 char *inet = "inet"; local
793 nav[nac++] = inet;
808 char *inet = "inet"; local
821 nav[nac++] = inet;
/external/kernel-headers/original/linux/sunrpc/
Dxprt.h124 struct sock * inet; /* INET layer */ member
/external/icu4c/data/locales/
Dsaq.txt86 "Mderot ee inet",
/external/tcpdump/
Dconfigure.in561 #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/
Dconfigure.ac72 iconv.h langinfo.h locale.h arpa/inet.h byteswap.h sys/uio.h])
Dconfig.h.in6 /* Define to 1 if you have the <arpa/inet.h> header file. */
/external/openssh/regress/
Dtest-exec.sh250 AddressFamily inet
/external/srtp/
Dconfig.h_win32vc728 /* Define to 1 if you have the <arpa/inet.h> header file. */
Dconfig.hw29 /* Define to 1 if you have the <arpa/inet.h> header file. */
Dconfigure.in99 AC_CHECK_HEADERS(sys/socket.h netinet/in.h arpa/inet.h)
Dconfig.log546 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/
Dbyteorder.m472 AC_HAVE_SYMBOL(ntohl,arpa/inet.h,
75 #include <arpa/inet.h>
/external/libvpx/nestegg/m4/
Dax_create_stdint_h.m48 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/
Dtls_nss.c155 addr->inet.family = PR_AF_INET; in nss_io_getpeername()

12