Home
last modified time | relevance | path

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

1234

/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/IN/
DAAAA.py17 import dns.inet
32 junk = dns.inet.inet_pton(dns.inet.AF_INET6, address)
46 file.write(dns.inet.inet_pton(dns.inet.AF_INET6, self.address))
49 address = dns.inet.inet_ntop(dns.inet.AF_INET6,
56 sa = dns.inet.inet_pton(dns.inet.AF_INET6, self.address)
57 oa = dns.inet.inet_pton(dns.inet.AF_INET6, other.address)
DIPSECKEY.py20 import dns.inet
49 junk = dns.inet.inet_pton(dns.inet.AF_INET, gateway)
52 junk = dns.inet.inet_pton(dns.inet.AF_INET6, gateway)
108 file.write(dns.inet.inet_pton(dns.inet.AF_INET, self.gateway))
110 file.write(dns.inet.inet_pton(dns.inet.AF_INET6, self.gateway))
127 gateway = dns.inet.inet_ntop(dns.inet.AF_INET,
132 gateway = dns.inet.inet_ntop(dns.inet.AF_INET6,
DAPL.py20 import dns.inet
53 address = dns.inet.inet_pton(dns.inet.AF_INET, self.address)
55 address = dns.inet.inet_pton(dns.inet.AF_INET6, self.address)
139 address = dns.inet.inet_ntop(dns.inet.AF_INET, address)
143 address = dns.inet.inet_ntop(dns.inet.AF_INET6, address)
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
Dquery.py28 import dns.inet
79 n1 = dns.inet.inet_pton(af, a1[0])
80 n2 = dns.inet.inet_pton(af, a2[0])
116 af = dns.inet.af_for_address(where)
118 af = dns.inet.AF_INET
119 if af == dns.inet.AF_INET:
123 elif af == dns.inet.AF_INET6:
139 (dns.inet.is_multicast(where) and \
221 af = dns.inet.af_for_address(where)
223 af = dns.inet.AF_INET
[all …]
/external/mdnsresponder/
Dmdnsd.rc4 group inet net_raw
5 socket mdnsd stream 0660 mdnsr inet
/external/tlsdate/
Dapparmor-profile21 network inet stream,
23 network inet dgram,
82 network inet stream,
84 network inet dgram,
139 network inet stream,
141 network inet dgram,
/external/strace/tests/
D.gitignore33 inet-accept-connect-send-recv
34 inet-cmsg
DMakefile.am68 inet-accept-connect-send-recv \
69 inet-cmsg \
198 inet-cmsg.test \
Dnet-yy.test39 run_prog ./inet-accept-connect-send-recv
/external/libpcap/msdos/
Dmakefile26 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
Dmakefile.wc31 $(OBJDIR)\savefile.obj $(OBJDIR)\inet.obj $(OBJDIR)\ndis2.obj
108 $(OBJDIR)\inet.obj: inet.c pcap-int.h pcap.h pcap-bpf.h
Dmakefile.dj25 savefile.c pcap.c inet.c msdos\pktdrvr.c msdos/ndis2.c \
146 inet.o: inet.c pcap-int.h pcap.h pcap-bpf.h
/external/mtpd/
Dmtpd.rc5 group vpn net_admin inet net_raw
/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/ipsec-tools/
Dracoon.rc5 group vpn net_admin inet
/external/iproute2/etc/iproute2/
Drt_protos30 247 gated/inet
/external/tlsdate/init/
Dtlsdated.rc6 service tlsdated /system/bin/tlsdated -c /data/misc/tlsdated -G dbus,inet -- /system/bin/tlsdate -C…
/external/avahi/avahi-autoipd/
Davahi-autoipd.action.linux65 ifconfig "$2:avahi" inet "$3" netmask 255.255.0.0 broadcast 169.254.255.255 up
/external/libpcap/
DAndroid.mk12 pcap.c inet.c gencode.c optimize.c nametoaddr.c etherent.c \
/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/libvncserver/
DCMakeLists.txt137 check_include_file("arpa/inet.h" HAVE_ARPA_INET_H)
153 list(APPEND CMAKE_EXTRA_INCLUDE_FILES "arpa/inet.h")
/external/libvncserver/webclients/java-applet/ssl/
Dss_vncviewer730 …inuse=`netstat -an -f inet -P tcp | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $1}' | sed '…
732 …inuse=`netstat -ant -f inet | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $4}' | sed 's/^.*\…
3138 if netstat -an -f inet -P tcp | grep LISTEN | grep "127.0.0.1.$use" > /dev/null; then
3142 if netstat -ant -f inet | grep LISTEN | grep "127.0.0.1.$use" > /dev/null; then
/external/icu/icu4c/source/data/locales/
Dsaq.txt121 "Mderot ee inet",
/external/tcpdump/
Dconfigure.in614 #include <arpa/inet.h>], [char src[4], dst[128];
622 #include <arpa/inet.h>], [char src[128], dst[4];
629 #include <arpa/inet.h>], [char src[128];
691 #include <arpa/inet.h>
737 #include <arpa/inet.h>
/external/libmtp/
Dconfigure.ac72 iconv.h langinfo.h locale.h arpa/inet.h byteswap.h sys/uio.h])

1234