HomeSort by: relevance | last modified time | path
    Searched defs:icmp_type (Results 1 - 4 of 4) sorted by relevancy

  /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/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);

Completed in 19 milliseconds