Searched refs:icmptypes (Results 1 – 11 of 11) sorted by relevance
89 jexec div ipfw add 100 divert 2000 icmp from any to any in icmptypes 8126 jexec div ipfw add 100 divert 2000 icmp from any to any in icmptypes 8163 jexec div ipfw add 100 divert 2000 icmp from any to any out icmptypes 0200 jexec div ipfw add 100 divert 2000 icmp from any to any out icmptypes 0252 jexec router ipfw add 100 divert 2001 icmp from any to any in icmptypes 8253 jexec router ipfw add 200 divert 2002 icmp from any to any out icmptypes 8
15 char *icmptypes[MAX_ICMPTYPE + 1] = { variable
16 hostname.c icmpcode.c icmptypename.c icmptypes.c \
42 sp.icmptypes[a.payload.payload.type] == 'echo-reply':
71 sp.icmptypes[a.payload.payload.type] == 'echo-reply':
76 sp.icmptypes[a.payload.payload.type] == 'echo-reply':
74 sp.icmptypes[a.payload.payload.type] == 'echo-reply':
63 sp.icmptypes[a.payload.payload.type] == 'echo-reply':
185 extern char *icmptypes[MAX_ICMPTYPE + 1];
273 if sp.icmptypes[icmp.type] != 'echo-request':283 if sp.icmptypes[icmp.type] != 'echo-reply':
1463 for (i = 0; !(s = icmptypes[i]) || strcmp(s, "END"); i++) in set_icmptypetok()