Searched refs:iif (Results 1 - 4 of 4) sorted by relevance

/external/kernel-headers/original/linux/
H A Dipv6.h242 int iif; member in struct:inet6_skb_parm
265 return IP6CB(skb)->iif;
272 int iif; member in struct:inet6_request_sock
/external/iproute2/ip/
H A Diproute.c56 fprintf(stderr, " ip route get ADDRESS [ from ADDRESS iif STRING ]\n");
97 int iif, iifmask; member in struct:__anon6304
256 int iif = 0; local
258 iif = *(int*)RTA_DATA(tb[RTA_IIF]);
259 if ((iif^filter.iif)&filter.iifmask)
523 fprintf(fp, " iif %s", ll_index_to_name(*(int*)RTA_DATA(tb[RTA_IIF])));
1113 } else if (strcmp(*argv, "iif") == 0) {
1185 filter.iif = idx;
1323 } else if (matches(*argv, "iif")
[all...]
/external/tcpdump/
H A Dprint-juniper.c285 u_int8_t iif[2]; member in struct:juniper_monitor_header
298 printf("service-id %u, iif %u, pkt-type %u: ",
300 EXTRACT_16BITS(&mh->iif),
331 printf("service-id %u flags 0x%02x service-set-id 0x%04x iif %u: ",
/external/iproute2/doc/
H A Dip-cref.tex1603 cache <src-direct,redirect> mtu 1500 rtt 300 iif eth0
1666 \item \verb|iif| --- the packets for this path are expected to arrive
1777 \item \verb|iif NAME|
1797 If the \verb|iif| argument is not given, the kernel creates a route
1801 actually sent. With the \verb|iif| argument, the kernel pretends
1821 kuznet@amber:~ $ ip r g 193.233.7.82 from 193.233.7.82 iif eth0
1824 cache <src-direct,redirect> mtu 1500 rtt 300 iif eth0
1839 kuznet@amber:~ $ ip r g 224.2.127.254 from 193.233.7.82 iif eth0
1842 cache <mc> iif eth0 Oifs: eth1 pimreg
2046 \item \verb|iif NAM
[all...]

Completed in 286 milliseconds