Home
last modified time | relevance | path

Searched refs:PKT_IP_PROTO_ICMP (Results 1 – 2 of 2) sorted by relevance

/dports/net-mgmt/coovachilli/coova-chilli-1.0.12/src/
H A Dpkt.h32 #define PKT_IP_PROTO_ICMP 1 /* ICMP Protocol number */ macro
H A Ddhcp.c864 if (pack->iph.protocol == PKT_IP_PROTO_ICMP) in dhcp_doDNAT()
1048 if (pack->iph.protocol == PKT_IP_PROTO_ICMP) { in dhcp_undoDNAT()