HomeSort by relevance Sort by last modified time
    Searched defs:ipproto (Results 1 - 3 of 3) sorted by null

  /external/iproute2/include/
xt-internal.h 17 int ipproto; member in struct:afinfo
  /external/iptables/iptables/
xshared.h 36 * @ipproto: used by setsockopt (e.g. IPPROTO_IP)
45 uint8_t ipproto; member in struct:xtables_afinfo
  /external/openssh/
canohost.c 165 int ipproto; local
169 ipproto = ip->p_proto;
171 ipproto = IPPROTO_IP;
173 if (getsockopt(sock, ipproto, IP_OPTIONS, options,

Completed in 74 milliseconds