| /src/external/bsd/ipf/dist/ipsd/Celler/ |
| ip_compat.h | 117 # define icmp_type type macro
|
| /src/dist/pf/sbin/pfctl/ |
| pfctl_parser.c | 82 static const struct icmptypeent icmp_type[] = { variable in typeref:struct:icmptypeent 253 for (i=0; i < (sizeof (icmp_type) / sizeof(icmp_type[0])); 255 if (type == icmp_type[i].type) 256 return (&icmp_type[i]); 274 for (i=0; i < (sizeof (icmp_type) / sizeof(icmp_type[0])); 276 if (!strcmp(w, icmp_type[i].name)) 277 return (&icmp_type[i]);
|
| /src/sbin/routed/ |
| rdisc.c | 52 u_int8_t icmp_type; /* type of message */ member in struct:icmp_ad 66 u_int8_t icmp_type; /* type of message */ member in struct:icmp_so 129 if (p->icmp.icmp_type == ICMP_ROUTERADVERT) { 809 u.ad.icmp_type = ICMP_ROUTERADVERT; 891 u.so.icmp_type = ICMP_ROUTERSOLICIT; 924 if (p->icmp.icmp_type == ICMP_ROUTERADVERT) { 926 } else if (p->icmp.icmp_type == ICMP_ROUTERSOLICIT) { 1025 switch (p->icmp.icmp_type) {
|
| /src/external/mpl/dhcp/dist/includes/netinet/ |
| ip_icmp.h | 54 u_int8_t icmp_type; /* type of message, see below */ member in struct:icmp
|
| /src/sys/netinet/ |
| ip_icmp.h | 54 uint8_t icmp_type; /* type of message, see below */ member in struct:icmp 254 static const char *icmp_type[] = { variable
|
| /src/usr.sbin/npf/npfctl/ |
| npf_build.c | 397 int *icmp_type, *icmp_code; local 400 icmp_type = npfvar_get_data(popts, NPFVAR_ICMP, 0); 402 npfctl_bpf_icmp(ctx, *icmp_type, *icmp_code);
|
| /src/external/bsd/ipf/dist/tools/ |
| ipmon.c | 72 typedef struct icmp_type { struct 1261 icmpname6(ic.icmp_type, ic.icmp_code)); 1269 icmpname(ic.icmp_type, ic.icmp_code)); 1270 if (ic.icmp_type == ICMP_UNREACH || 1271 ic.icmp_type == ICMP_SOURCEQUENCH || 1272 ic.icmp_type == ICMP_PARAMPROB || 1273 ic.icmp_type == ICMP_REDIRECT || 1274 ic.icmp_type == ICMP_TIMXCEED) { 1314 icmp.icmp_type, icmp.icmp_code);
|
| /src/external/bsd/tcpdump/dist/ |
| print-icmp.c | 54 nd_uint8_t icmp_type; /* type of message, see below */ member in struct:icmp 254 nd_uint8_t icmp_type; member in struct:icmp_ext_t 323 uint8_t icmp_type, icmp_code; local 344 icmp_type = GET_U_1(dp->icmp_type); 346 switch (icmp_type) { 351 icmp_type == ICMP_ECHO ? 652 str = tok2str(icmp2str, "type-#%u", icmp_type); 676 if (ndo->ndo_vflag >= 1 && ICMP_ERRTYPE(icmp_type)) { 704 if (ndo->ndo_vflag >= 1 && plen > ICMP_EXTD_MINLEN && ICMP_MULTIPART_EXT_TYPE(icmp_type)) { [all...] |
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| route.h | 243 typedef enum icmp_type { enum
|