Searched defs:ipproto (Results 1 - 3 of 3) sorted by relevance

/external/iproute2/include/
H A Dxt-internal.h17 int ipproto; member in struct:afinfo
/external/iptables/iptables/
H A Dxshared.h37 * @ipproto: used by setsockopt (e.g. IPPROTO_IP)
46 uint8_t ipproto; member in struct:xtables_afinfo
/external/openssh/
H A Dcanohost.c159 int ipproto; local
163 ipproto = ip->p_proto;
165 ipproto = IPPROTO_IP;
167 if (getsockopt(sock, ipproto, IP_OPTIONS, options,

Completed in 207 milliseconds