Home
last modified time | relevance | path

Searched refs:addrtype (Results 1 – 5 of 5) sorted by relevance

/external/iptables/extensions/
Dlibxt_addrtype.t2 -m addrtype;;FAIL
3 -m addrtype --src-type wrong;;FAIL
4 -m addrtype --src-type UNSPEC;=;OK
5 -m addrtype --dst-type UNSPEC;=;OK
6 -m addrtype --src-type LOCAL --dst-type LOCAL;=;OK
7 -m addrtype --dst-type UNSPEC;=;OK
8 -m addrtype --limit-iface-in;;FAIL
9 -m addrtype --limit-iface-out;;FAIL
10 -m addrtype --limit-iface-in --limit-iface-out;;FAIL
11 -m addrtype --src-type LOCAL --limit-iface-in --limit-iface-out;;FAIL
[all …]
/external/syslinux/utils/
Dpxelinux-options37 my($name,$aliases,$addrtype,$length,@addrs) = gethostbyname($s);
39 return ($addrtype == AF_INET) ? $addrs[0] : undef;
51 my($name,$aliases,$addrtype,$length,@addrs)
53 if ($addrtype == AF_INET) {
/external/iproute2/include/linux/
Dtipc.h180 unsigned char addrtype; member
/external/kernel-headers/original/uapi/linux/
Dtipc.h202 unsigned char addrtype; member
/external/tcpdump/
Dprint-sctp.c242 int32_t addrtype; /* address type */ member