Searched refs:ICMP_MASKREQ (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/ipfilter/lib/
H A Dicmptypes.c84 { "maskreq", ICMP_MASKREQ, -1 },
/freebsd-12-stable/sys/netinet/
H A Dip_icmp.h194 #define ICMP_MASKREQ 17 /* address mask request */ macro
216 (type) == ICMP_MASKREQ || (type) == ICMP_MASKREPLY)
H A Dip_icmp.c601 case ICMP_MASKREQ:
/freebsd-12-stable/contrib/bsnmp/snmp_mibII/
H A DmibII_ip.c428 value->v.integer = icmpstat.icps_inhist[ICMP_MASKREQ];
485 value->v.integer = icmpstat.icps_outhist[ICMP_MASKREQ];
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-icmp.c144 #define ICMP_MASKREQ 17 /* address mask request */ macro
201 { ICMP_MASKREQ, "address mask request" },
/freebsd-12-stable/sbin/ping/
H A Dping.c538 icmp_type = ICMP_MASKREQ;
542 (void)printf("ICMP_MASKREQ\n");
552 errx(EX_USAGE, "ICMP_TSTAMP and ICMP_MASKREQ are exclusive.");
1597 case ICMP_MASKREQ:
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c558 case ICMP_MASKREQ :
H A Dfil.c1247 case ICMP_MASKREQ :
4339 -1, /* 17: ICMP_MASKREQ */
9438 icmpreplytype4[ICMP_MASKREQ] = ICMP_MASKREPLY;
H A Dip_state.c1546 case ICMP_MASKREQ :
H A Dip_nat.c6115 case ICMP_MASKREQ:
/freebsd-12-stable/contrib/ipfilter/iplang/
H A Diplang_y.y402 | IL_ICMP_MASKREQ ';' { set_icmptype(ICMP_MASKREQ); }
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipmon.c221 { ICMP_MASKREQ, NULL, 0, "maskreq" },
/freebsd-12-stable/sbin/pfctl/
H A Dpfctl_parser.c98 { "maskreq", ICMP_MASKREQ },
/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw2.c265 (1 << ICMP_TSTAMP) | (1 << ICMP_IREQ) | (1 << ICMP_MASKREQ) )

Completed in 499 milliseconds