Home
last modified time | relevance | path

Searched refs:EMSGSIZE (Results 1 – 25 of 60) sorted by relevance

123

/openbsd-src/lib/libc/net/
H A Dinet_net_pton.c200 errno = EMSGSIZE; in inet_net_pton_ipv4()
217 errno = EMSGSIZE; in inet_net_pton_ipv6()
241 errno = EMSGSIZE; in inet_net_pton_ipv6()
H A Dinet_net_ntop.c135 errno = EMSGSIZE; in inet_net_ntop_ipv4()
155 errno = EMSGSIZE; in inet_net_ntop_ipv6()
H A Dinet_neta.c78 errno = EMSGSIZE; in inet_neta()
/openbsd-src/gnu/usr.bin/perl/win32/include/sys/
H A Derrno2.h53 #ifndef EMSGSIZE /* New in VC10 */
54 # define EMSGSIZE WSAEMSGSIZE macro
/openbsd-src/regress/sys/kern/cmsgsize/
H A Dcmsgsize.c54 /* 1: !blocking, cmsg + payload > sndbufsize => EMSGSIZE */ in main()
62 if (errno != EMSGSIZE) in main()
66 /* 2: blocking, cmsg + payload > sndbufsize => EMSGSIZE */ in main()
74 if (errno != EMSGSIZE) in main()
/openbsd-src/gnu/llvm/libcxx/include/
H A Derrno.h131 #ifndef EMSGSIZE
132 #define EMSGSIZE 9913 macro
H A D__errc53 message_size, // EMSGSIZE
150 message_size = EMSGSIZE,
/openbsd-src/usr.sbin/smtpd/
H A Dsmtp_client.c327 errno = EMSGSIZE; in smtp_client_state()
334 errno = EMSGSIZE; in smtp_client_state()
342 errno = EMSGSIZE; in smtp_client_state()
360 errno = EMSGSIZE; in smtp_client_state()
373 errno = EMSGSIZE; in smtp_client_state()
804 errno = EMSGSIZE; in smtp_client_replycat()
/openbsd-src/regress/sys/kern/unixsockets/
H A Dungc.c144 if (errno == EMSGSIZE) in main()
161 if (errno == EMSGSIZE) in main()
/openbsd-src/regress/sys/kern/unfdpass/
H A Dexpected_overflow1 recvmsg returned EMSGSIZE
H A Dunfdpass.c189 if (errno == EMSGSIZE) { in main()
190 printf("recvmsg returned EMSGSIZE\n"); in main()
/openbsd-src/gnu/usr.bin/perl/h2pl/eg/sys/
H A Derrno.pl40 $EMSGSIZE = 0x28;
/openbsd-src/sys/sys/
H A Derrno.h91 #define EMSGSIZE 40 /* Message too long */ macro
/openbsd-src/usr.sbin/syslogd/
H A Dprivsep_fdpass.c108 if (errno == EMSGSIZE) in receive_fd()
/openbsd-src/regress/usr.sbin/ospfd/
H A DPassFd.xs78 errno = EMSGSIZE;
/openbsd-src/gnu/lib/libiberty/src/
H A Dstrerror.c343 #if defined (EMSGSIZE)
344 ENTRY(EMSGSIZE, "EMSGSIZE", "Message too long"),
/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dstrerror.c344 #if defined (EMSGSIZE)
345 ENTRY(EMSGSIZE, "EMSGSIZE", "Message too long"),
/openbsd-src/sys/dev/wscons/
H A Dwsevent.c204 return (EMSGSIZE); /* ??? */
/openbsd-src/sys/netinet6/
H A Dip6_output.c697 error = EMSGSIZE; in ip6_output()
717 error = EMSGSIZE; in ip6_output()
721 error = EMSGSIZE; in ip6_output()
798 error = EMSGSIZE; in ip6_fragment()
1516 return (EMSGSIZE); /* XXX */ in ip6_ctloutput()
1774 return (EMSGSIZE); /* XXX */ in ip6_getpcbopt()
2887 return EMSGSIZE; in ip6_output_ipsec_send()
2926 if (ip_mtudisc && error == EMSGSIZE) in ip6_output_ipsec_send()
/openbsd-src/sys/netinet/
H A Dip_ipcomp.c356 error = EMSGSIZE; in ipcomp_output()
369 error = EMSGSIZE; in ipcomp_output()
H A Draw_ip.c280 return (EMSGSIZE); in rip_output()
296 return (EMSGSIZE); in rip_output()
H A Dip_ah.c342 error = EMSGSIZE; in ah_massage_headers()
920 error = EMSGSIZE; in ah_output()
933 error = EMSGSIZE; in ah_output()
H A Dip_output.c374 error = EMSGSIZE; in ip_output()
455 error = EMSGSIZE; in ip_output()
630 return EMSGSIZE; in ip_output_ipsec_send()
669 if (ip_mtudisc && error == EMSGSIZE)
691 error = EMSGSIZE; in ip_fragment()
/openbsd-src/lib/libcrypto/bio/
H A Dbss_dgram.c608 #ifdef EMSGSIZE in dgram_ctrl()
610 if (data->_errno == EMSGSIZE) { in dgram_ctrl()
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32sck.c104 return EMSGSIZE; in convert_wsa_error_to_errno()
243 case EMSGSIZE: in convert_errno_to_wsa_error()

123