| /openbsd-src/lib/libc/net/ |
| H A D | inet_net_pton.c | 200 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 D | inet_net_ntop.c | 135 errno = EMSGSIZE; in inet_net_ntop_ipv4() 155 errno = EMSGSIZE; in inet_net_ntop_ipv6()
|
| H A D | inet_neta.c | 78 errno = EMSGSIZE; in inet_neta()
|
| /openbsd-src/gnu/usr.bin/perl/win32/include/sys/ |
| H A D | errno2.h | 53 #ifndef EMSGSIZE /* New in VC10 */ 54 # define EMSGSIZE WSAEMSGSIZE macro
|
| /openbsd-src/regress/sys/kern/cmsgsize/ |
| H A D | cmsgsize.c | 54 /* 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 D | errno.h | 131 #ifndef EMSGSIZE 132 #define EMSGSIZE 9913 macro
|
| H A D | __errc | 53 message_size, // EMSGSIZE 150 message_size = EMSGSIZE,
|
| /openbsd-src/usr.sbin/smtpd/ |
| H A D | smtp_client.c | 327 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 D | ungc.c | 144 if (errno == EMSGSIZE) in main() 161 if (errno == EMSGSIZE) in main()
|
| /openbsd-src/regress/sys/kern/unfdpass/ |
| H A D | expected_overflow | 1 recvmsg returned EMSGSIZE
|
| H A D | unfdpass.c | 189 if (errno == EMSGSIZE) { in main() 190 printf("recvmsg returned EMSGSIZE\n"); in main()
|
| /openbsd-src/gnu/usr.bin/perl/h2pl/eg/sys/ |
| H A D | errno.pl | 40 $EMSGSIZE = 0x28;
|
| /openbsd-src/sys/sys/ |
| H A D | errno.h | 91 #define EMSGSIZE 40 /* Message too long */ macro
|
| /openbsd-src/usr.sbin/syslogd/ |
| H A D | privsep_fdpass.c | 108 if (errno == EMSGSIZE) in receive_fd()
|
| /openbsd-src/regress/usr.sbin/ospfd/ |
| H A D | PassFd.xs | 78 errno = EMSGSIZE;
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | strerror.c | 343 #if defined (EMSGSIZE) 344 ENTRY(EMSGSIZE, "EMSGSIZE", "Message too long"),
|
| /openbsd-src/gnu/usr.bin/cvs/lib/ |
| H A D | strerror.c | 344 #if defined (EMSGSIZE) 345 ENTRY(EMSGSIZE, "EMSGSIZE", "Message too long"),
|
| /openbsd-src/sys/dev/wscons/ |
| H A D | wsevent.c | 204 return (EMSGSIZE); /* ??? */
|
| /openbsd-src/sys/netinet6/ |
| H A D | ip6_output.c | 697 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 D | ip_ipcomp.c | 356 error = EMSGSIZE; in ipcomp_output() 369 error = EMSGSIZE; in ipcomp_output()
|
| H A D | raw_ip.c | 280 return (EMSGSIZE); in rip_output() 296 return (EMSGSIZE); in rip_output()
|
| H A D | ip_ah.c | 342 error = EMSGSIZE; in ah_massage_headers() 920 error = EMSGSIZE; in ah_output() 933 error = EMSGSIZE; in ah_output()
|
| H A D | ip_output.c | 374 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 D | bss_dgram.c | 608 #ifdef EMSGSIZE in dgram_ctrl() 610 if (data->_errno == EMSGSIZE) { in dgram_ctrl()
|
| /openbsd-src/gnu/usr.bin/perl/win32/ |
| H A D | win32sck.c | 104 return EMSGSIZE; in convert_wsa_error_to_errno() 243 case EMSGSIZE: in convert_errno_to_wsa_error()
|