HomeSort by: relevance | last modified time | path
    Searched refs:PRC_MSGSIZE (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/netipsec/
ipsec_netbsd.c 101 if (cmd == PRC_MSGSIZE && ip_mtudisc && ip && ip->ip_v == 4) {
144 if (cmd == PRC_MSGSIZE && ip_mtudisc && ip && ip->ip_v == 4) {
217 if (cmd == PRC_MSGSIZE) {
313 if (cmd == PRC_MSGSIZE) {
  /src/sys/sys/
protosw.h 184 #define PRC_MSGSIZE 5 /* message size forced drop */
191 /* was PRC_UNREACH_NEEDFRAG 12 (use PRC_MSGSIZE) */
  /src/sys/netinet/
tcp_subr.c 1298 else if (cmd == PRC_MSGSIZE)
1322 if (cmd == PRC_MSGSIZE)
1330 if (cmd == PRC_MSGSIZE) {
1410 else if (cmd == PRC_MSGSIZE && ip && ip->ip_v == 4) {
1605 (const struct sockaddr *)&sa6_any, 0, PRC_MSGSIZE, NULL, tcp6_mtudisc);
ip_encap.c 728 else if (cmd == PRC_MSGSIZE)
741 if (ip6 && cmd == PRC_MSGSIZE) {
ip_icmp.c 474 code = PRC_MSGSIZE;
ip_input.c 1294 [PRC_MSGSIZE] = EMSGSIZE,
sctp_usrreq.c 458 if (cmd != PRC_MSGSIZE) {
  /src/sys/netinet6/
udp6_usrreq.c 212 else if (cmd == PRC_MSGSIZE) {
238 if (cmd == PRC_MSGSIZE)
246 if (cmd == PRC_MSGSIZE) {
raw_ip6.c 287 else if (cmd == PRC_MSGSIZE)
306 if (ip6 && cmd == PRC_MSGSIZE) {
in6_pcb.c 709 if (cmd == PRC_MSGSIZE && (inp->inp_flags & IN6P_MTU) != 0 &&
sctp6_usrreq.c 461 if (cmd == PRC_MSGSIZE) {
ip6_output.c 827 pfctlinput2(PRC_MSGSIZE,
icmp6.c 622 code = PRC_MSGSIZE;

Completed in 31 milliseconds