Home
last modified time | relevance | path

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

12345

/external/ltp/testcases/network/stress/interface/
Dif-route-adddel46 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 ;;
Dif-route-addlarge46 local inet="inet$TST_IPV6"
88 rt_cmd) route -A $inet add ${new_rt}${opt_rt} dev $iface ;;
/external/mdnsresponder/
Dmdnsd.rc4 group inet
5 socket mdnsd stream 0660 mdnsr inet
/external/iptables/extensions/
Dlibxt_CT.t13 @nfct timeout add test inet tcp ESTABLISHED 100
17 @nfct helper add rpc inet tcp
/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
111 $(OBJDIR)\inet.obj: inet.c pcap-int.h pcap.h pcap-bpf.h
/external/libnetfilter_conntrack/
Dconfigure.ac31 AC_CHECK_HEADERS(arpa/inet.h)
50 #include <arpa/inet.h>
Dconfig.h.in3 /* Define to 1 if you have the <arpa/inet.h> header file. */
/external/libnl/python/netlink/route/
Dlink.py50 from .links import inet as inet unknown
152 self.inet = inet.InetLink(self)
153 self.af = {'inet' : self.inet }
DMakefile.am11 links/inet.py \
/external/mtpd/
Dmtpd.rc5 group vpn inet
/external/ipsec-tools/
Dracoon.rc6 group vpn inet
/external/iproute2/etc/iproute2/
Drt_protos30 247 gated/inet
/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/strace/tests/
Dpure_executables.am96 inet-cmsg \
166 net-yy-inet \
Dpure_executables.list95 inet-cmsg
165 net-yy-inet
/external/strace/tests-m32/
Dpure_executables.am96 inet-cmsg \
166 net-yy-inet \
Dpure_executables.list95 inet-cmsg
165 net-yy-inet
/external/strace/tests-mx32/
Dpure_executables.am96 inet-cmsg \
166 net-yy-inet \
Dpure_executables.list95 inet-cmsg
165 net-yy-inet
/external/libpcap/
DAndroid.mk18 pcap.c inet.c fad-helpers.c gencode.c optimize.c nametoaddr.c \
/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/libvncserver/
DCMakeLists.txt137 check_include_file("arpa/inet.h" HAVE_ARPA_INET_H)
153 list(APPEND CMAKE_EXTRA_INCLUDE_FILES "arpa/inet.h")
/external/syslinux/core/lwip/
DCHANGELOG169 * 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