Searched refs:inet (Results 1 – 25 of 100) sorted by relevance
1234
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/IN/ |
D | AAAA.py | 17 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)
|
D | IPSECKEY.py | 20 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,
|
D | APL.py | 20 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/web-page-replay/third_party/dns/ |
D | query.py | 28 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/ltp/testcases/network/stress/interface/ |
D | if-route-adddel | 38 local inet="inet$TST_IPV6" 62 rt_cmd) route -A $inet add ${new_rt}${opt_rt} dev $iface ;; 71 rt_cmd) route -A $inet del ${new_rt}${opt_rt} dev $iface ;;
|
D | if-route-addlarge | 39 local inet="inet$TST_IPV6" 79 rt_cmd) route -A $inet add ${new_rt}${opt_rt} dev $iface ;;
|
/external/mdnsresponder/ |
D | mdnsd.rc | 4 group inet 5 socket mdnsd stream 0660 mdnsr inet
|
/external/iptables/extensions/ |
D | libxt_CT.t | 13 @nfct timeout add test inet tcp ESTABLISHED 100 17 @nfct helper add rpc inet tcp
|
/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 | 25 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/libnetfilter_conntrack/ |
D | configure.ac | 31 AC_CHECK_HEADERS(arpa/inet.h) 50 #include <arpa/inet.h>
|
D | config.h.in | 3 /* Define to 1 if you have the <arpa/inet.h> header file. */
|
/external/libnl/python/netlink/route/ |
D | link.py | 50 from .links import inet as inet unknown 152 self.inet = inet.InetLink(self) 153 self.af = {'inet' : self.inet }
|
D | Makefile.am | 11 links/inet.py \
|
/external/mtpd/ |
D | mtpd.rc | 5 group vpn 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/ipsec-tools/ |
D | racoon.rc | 6 group vpn inet
|
/external/iproute2/etc/iproute2/ |
D | rt_protos | 30 247 gated/inet
|
/external/strace/tests-mx32/ |
D | Makefile.am | 171 inet-cmsg \ 250 net-yy-inet \ 578 inet-cmsg.test \ 655 net-yy-inet.test \
|
/external/strace/tests/ |
D | Makefile.am | 171 inet-cmsg \ 250 net-yy-inet \ 578 inet-cmsg.test \ 655 net-yy-inet.test \
|
/external/strace/tests-m32/ |
D | Makefile.am | 171 inet-cmsg \ 250 net-yy-inet \ 578 inet-cmsg.test \ 655 net-yy-inet.test \
|
/external/libpcap/ |
D | Android.mk | 14 pcap.c inet.c gencode.c optimize.c nametoaddr.c etherent.c \
|
/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;
|
1234