HomeSort by relevance Sort by last modified time
    Searched refs:XTTYPE_PROTOCOL (Results 1 - 4 of 4) sorted by null

  /external/iptables/include/
xtables.h 66 * %XTTYPE_PROTOCOL: protocol number/name from /etc/protocols (ptr: uint8_t)
91 XTTYPE_PROTOCOL,
  /external/iptables/extensions/
libxt_policy.c 55 {.name = "proto", .id = O_PROTO, .type = XTTYPE_PROTOCOL,
libxt_conntrack.c 95 {.name = "ctproto", .id = O_CTPROTO, .type = XTTYPE_PROTOCOL,
118 {.name = "ctproto", .id = O_CTPROTO, .type = XTTYPE_PROTOCOL,
  /external/iptables/iptables/
xtoptions.c 62 [XTTYPE_PROTOCOL] = sizeof(uint8_t),
792 [XTTYPE_PROTOCOL] = xtopt_parse_protocol,

Completed in 81 milliseconds