Home
last modified time | relevance | path

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

/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/include/
H A Drapolicy.h123 #define ICMPCodeAny 99 macro
1660 {"parameter-problem", 20, 12, ICMPCodeAny }, // All parameter problems 12
1665 {"redirect", 8, 5, ICMPCodeAny }, // All redirects 5
1670 {"time-exceeded", 13, 11, ICMPCodeAny }, // All time exceededs 11
1675 {"unreachable", 11, 3, ICMPCodeAny }, // All unreachables 3
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/examples/rapolicy/
H A Drapolicy.c671 if (policy->ICMPcode < ICMPCodeAny) { in RaDumpPolicy()
1707 if ((code < ICMPCodeAny) && (policy->ICMPcode != code)) in RaMeetsPolicyCriteria()