Searched refs:inet (Results 1 – 25 of 109) sorted by relevance
12345
/external/ltp/testcases/network/stress/interface/ |
D | if-route-adddel | 46 local inet="inet$TST_IPV6" 72 rt_cmd) route -A $inet add ${new_rt}${opt_rt} dev $iface ;; 81 rt_cmd) route -A $inet del ${new_rt}${opt_rt} dev $iface ;;
|
D | if-route-addlarge | 46 local inet="inet$TST_IPV6" 88 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 111 $(OBJDIR)\inet.obj: 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/ipsec-tools/ |
D | racoon.rc | 6 group vpn inet
|
/external/iproute2/etc/iproute2/ |
D | rt_protos | 30 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/strace/tests/ |
D | pure_executables.am | 96 inet-cmsg \ 166 net-yy-inet \
|
D | pure_executables.list | 95 inet-cmsg 165 net-yy-inet
|
/external/strace/tests-m32/ |
D | pure_executables.am | 96 inet-cmsg \ 166 net-yy-inet \
|
D | pure_executables.list | 95 inet-cmsg 165 net-yy-inet
|
/external/strace/tests-mx32/ |
D | pure_executables.am | 96 inet-cmsg \ 166 net-yy-inet \
|
D | pure_executables.list | 95 inet-cmsg 165 net-yy-inet
|
/external/libpcap/ |
D | Android.mk | 18 pcap.c inet.c fad-helpers.c gencode.c optimize.c nametoaddr.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;
|
/external/libvncserver/ |
D | CMakeLists.txt | 137 check_include_file("arpa/inet.h" HAVE_ARPA_INET_H) 153 list(APPEND CMAKE_EXTRA_INCLUDE_FILES "arpa/inet.h")
|
/external/syslinux/core/lwip/ |
D | CHANGELOG | 169 * inet.h, ip_addr.c/.h: Added reentrant versions of inet_ntoa/ipaddr_ntoa 568 * ip_addr.h, inet.h, def.h, inet.c, def.c, more: Cleanly separate the 569 portability file inet.h and its contents from the stack: moved htonX- 571 let inet.h depend on ip_addr.h and not the other way round. 1012 * inet.c: patch #6765: Fix a small problem with the last changes (incorrect 1042 * inet.c: patch #6765: Supporting new line characters in inet_aton() 1148 * inet.h, ip_addr.h: fixed bug #24132: Cross-dependency between ip_addr.h and 1149 inet.h -> moved declaration of struct in_addr from ip_addr.h to inet.h 1320 * new files: ipv4/inet.c, ipv4/inet_chksum.c, ipv6/inet6.c 1321 removed files: core/inet.c, core/inet6.c [all …]
|
12345