Searched refs:EMSGSIZE (Results 1 - 25 of 31) sorted by relevance

12

/darwin-on-arm/xnu/bsd/net/
H A Dif_utun_crypto.c67 return EMSGSIZE;
132 return EMSGSIZE;
185 return EMSGSIZE;
268 return EMSGSIZE;
353 return EMSGSIZE;
426 return EMSGSIZE;
482 return EMSGSIZE;
H A Dif_utun.c485 result = EMSGSIZE;
516 result = EMSGSIZE;
566 result = EMSGSIZE;
573 result = EMSGSIZE;
H A Dether_inet6_pr_module.c190 return (EMSGSIZE);
H A Dkpi_interface.c865 result = EMSGSIZE;
1420 return (EMSGSIZE);
1456 return (EMSGSIZE);
1883 return (EMSGSIZE);
1910 return (EMSGSIZE);
1937 return (EMSGSIZE);
2045 return (EMSGSIZE);
H A Dether_inet_pr_module.c297 return (EMSGSIZE);
H A Dbpf.c1122 return (EMSGSIZE);
/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h134 #define EMSGSIZE 40 /* Message too long */ macro
/darwin-on-arm/xnu/bsd/netinet6/
H A Desp_output.c487 error = EMSGSIZE;
677 error = EMSGSIZE;
791 error = EMSGSIZE;
H A Dip6_forward.c351 case EMSGSIZE:
732 case EMSGSIZE:
H A Dipcomp_output.c311 error = EMSGSIZE;
H A Dip6_output.c700 case EMSGSIZE:
889 case EMSGSIZE:
1297 error = EMSGSIZE;
1324 error = EMSGSIZE;
1364 error = EMSGSIZE;
1369 error = EMSGSIZE;
1389 error = EMSGSIZE;
H A Dah_core.c1309 error = EMSGSIZE;
1425 error = EMSGSIZE;
1576 error = EMSGSIZE;
1611 error = EMSGSIZE;
H A Dah_output.c328 return EMSGSIZE;
H A Dip6_input.c2103 0, EMSGSIZE, EHOSTDOWN, EHOSTUNREACH,
2105 EMSGSIZE, EHOSTUNREACH, 0, 0,
H A Dmld6.c967 return (EMSGSIZE);
970 return (EMSGSIZE);
/darwin-on-arm/xnu/bsd/netat/
H A Dadsp.c327 * EMSGSIZE Specified datagram length is too big.
348 return EMSGSIZE;
H A Dddp.c573 error = EMSGSIZE;
1178 return (EMSGSIZE);
H A Dddp_lap.c230 ioc_ack(EMSGSIZE, m, gref);
231 return (EMSGSIZE);
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_errno.c418 { BSM_ERRNO_EMSGSIZE, EMSGSIZE, ES("Message too long") },
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_output.c244 * EMSGSIZE
990 error = EMSGSIZE;
1064 error = EMSGSIZE;
1213 case EMSGSIZE:
1296 error = EMSGSIZE;
1742 error = EMSGSIZE;
1846 return (EMSGSIZE);
2313 error = EMSGSIZE;
H A Draw_ip.c386 return(EMSGSIZE);
402 return(EMSGSIZE);
H A Dip_input.c2252 0, EMSGSIZE, EHOSTDOWN, EHOSTUNREACH,
2254 EMSGSIZE, EHOSTUNREACH, 0, 0,
2554 case EMSGSIZE:
H A Dtcp_output.c245 * EMSGSIZE
253 * ip_output_list:EMSGSIZE
261 * ip6_output_list:EMSGSIZE
1936 if (error == EMSGSIZE) {
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_syscalls.c793 * <pru_sosend>:EMSGSIZE[TCP]
1037 KERNEL_DEBUG(DBG_FNC_SENDMSG | DBG_FUNC_END, EMSGSIZE,
1039 return (EMSGSIZE);
1102 * <pru_soreceive>:EMSGSIZE
1400 * EMSGSIZE
1464 KERNEL_DEBUG(DBG_FNC_RECVMSG | DBG_FUNC_END, EMSGSIZE,
1466 return (EMSGSIZE);
1539 * soshutdown:EMSGSIZE[TCP]
1545 * soshutdown:EMSGSIZE[TCP]
H A Duipc_usrreq.c1813 * EMSGSIZE The new fd's will not fit
1842 return (EMSGSIZE);

Completed in 114 milliseconds

12