Home
last modified time | relevance | path

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

/netbsd/sys/netipsec/
H A Dipsec_netbsd.c101 if (cmd == PRC_MSGSIZE && ip_mtudisc && ip && ip->ip_v == 4) { in ah4_ctlinput()
144 if (cmd == PRC_MSGSIZE && ip_mtudisc && ip && ip->ip_v == 4) { in esp4_ctlinput()
217 if (cmd == PRC_MSGSIZE) { in ah6_ctlinput()
313 if (cmd == PRC_MSGSIZE) { in esp6_ctlinput()
/netbsd/sys/netinet/
H A Dtcp_subr.c1299 else if (cmd == PRC_MSGSIZE) in tcp6_ctlinput()
1323 if (cmd == PRC_MSGSIZE) in tcp6_ctlinput()
1331 if (cmd == PRC_MSGSIZE) { in tcp6_ctlinput()
1411 else if (cmd == PRC_MSGSIZE && ip && ip->ip_v == 4) { in tcp_ctlinput()
1606 (const struct sockaddr *)&sa6_any, 0, PRC_MSGSIZE, NULL, tcp6_mtudisc); in tcp6_mtudisc_callback()
H A Dip_encap.c728 else if (cmd == PRC_MSGSIZE) in encap6_ctlinput()
741 if (ip6 && cmd == PRC_MSGSIZE) { in encap6_ctlinput()
H A Dip_icmp.c474 code = PRC_MSGSIZE; in _icmp_input()
H A Dip_input.c1284 [PRC_MSGSIZE] = EMSGSIZE,
H A Dsctp_usrreq.c458 if (cmd != PRC_MSGSIZE) { in sctp_ctlinput()
/netbsd/sys/netinet6/
H A Dudp6_usrreq.c212 else if (cmd == PRC_MSGSIZE) { in udp6_ctlinput()
238 if (cmd == PRC_MSGSIZE) in udp6_ctlinput()
246 if (cmd == PRC_MSGSIZE) { in udp6_ctlinput()
H A Draw_ip6.c287 else if (cmd == PRC_MSGSIZE) in rip6_ctlinput()
306 if (ip6 && cmd == PRC_MSGSIZE) { in rip6_ctlinput()
H A Din6_pcb.c709 if (cmd == PRC_MSGSIZE && (inp->inp_flags & IN6P_MTU) != 0 && in in6pcb_notify()
H A Dsctp6_usrreq.c467 if (cmd == PRC_MSGSIZE) { in sctp6_ctlinput()
H A Dicmp6.c622 code = PRC_MSGSIZE; in _icmp6_input()
H A Dip6_output.c821 pfctlinput2(PRC_MSGSIZE, in ip6_output()
/netbsd/sys/sys/
H A Dprotosw.h184 #define PRC_MSGSIZE 5 /* message size forced drop */ macro