Home
last modified time | relevance | path

Searched refs:PRC_MSGSIZE (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/sys/netinet/
H A Dip_icmp.c313 PRC_MSGSIZE, (struct sockaddr *)&icmpsrc, &icp->icmp_ip); in icmp_mtudisc()
351 msg->cmd = PRC_MSGSIZE; in icmp_mtudisc_start()
661 code = PRC_MSGSIZE; in icmp_input()
723 if (code == PRC_MSGSIZE) { in icmp_input()
H A Dtcp_subr.c1444 } else if (cmd == PRC_MSGSIZE) { in tcp_get_inpnotify()
1575 else if (cmd == PRC_MSGSIZE) { in tcp6_ctlinput()
/dflybsd-src/sys/sys/
H A Dprotosw.h330 #define PRC_MSGSIZE 5 /* message size forced drop */ macro
/dflybsd-src/sys/netinet6/
H A Din6_pcb.c546 if (cmd != PRC_MSGSIZE) in in6_pcbnotify()
572 if (cmd == PRC_MSGSIZE && (inp->inp_flags & IN6P_MTU) != 0 && in in6_pcbnotify()
H A Dip6_output.c710 kpfctlinput2(PRC_MSGSIZE, (struct sockaddr *)&ro_pmtu->ro_dst, in ip6_output()
H A Dicmp6.c491 code = PRC_MSGSIZE; in icmp6_input()