Home
last modified time | relevance | path

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

12

/xnu-10002.61.3/bsd/netinet6/
H A Desp_output.c559 error = EMSGSIZE; in esp_output()
749 error = EMSGSIZE; in esp_output()
881 error = EMSGSIZE; in esp_output()
1126 KERNEL_DEBUG(DBG_FNC_ESPOUT | DBG_FUNC_END, 4, EMSGSIZE, 0, 0, 0); in esp_kpipe_output()
1127 return EMSGSIZE; in esp_kpipe_output()
1138 KERNEL_DEBUG(DBG_FNC_ESPOUT | DBG_FUNC_END, 5, EMSGSIZE, 0, 0, 0); in esp_kpipe_output()
1139 return EMSGSIZE; in esp_kpipe_output()
1161 KERNEL_DEBUG(DBG_FNC_ESPOUT | DBG_FUNC_END, 6, EMSGSIZE, 0, 0, 0); in esp_kpipe_output()
1162 return EMSGSIZE; in esp_kpipe_output()
1176 KERNEL_DEBUG(DBG_FNC_ESPOUT | DBG_FUNC_END, 7, EMSGSIZE, 0, 0, 0); in esp_kpipe_output()
[all …]
H A Dah_core.c1289 error = EMSGSIZE; in ah4_calccksum()
1398 error = EMSGSIZE; in ah4_calccksum()
1410 error = EMSGSIZE; in ah4_calccksum()
1419 error = EMSGSIZE; in ah4_calccksum()
1576 error = EMSGSIZE; in ah6_calccksum()
1612 error = EMSGSIZE; in ah6_calccksum()
H A Dip6_forward.c386 case EMSGSIZE: in ip6_forward()
835 case EMSGSIZE: in ip6_forward()
H A Dip6_output.c942 case EMSGSIZE: in ip6_output_list()
1099 case EMSGSIZE: in ip6_output_list()
1733 return EMSGSIZE; in ip6_fragment_packet()
1804 return EMSGSIZE; in ip6_do_fragmentation()
1808 return EMSGSIZE; in ip6_do_fragmentation()
1812 return EMSGSIZE; in ip6_do_fragmentation()
1832 return EMSGSIZE; in ip6_do_fragmentation()
H A Dah_output.c329 return EMSGSIZE; in ah4_output()
H A Dip6_input.c2443 0, EMSGSIZE, EHOSTDOWN, EHOSTUNREACH,
2445 EMSGSIZE, EHOSTUNREACH, 0, 0,
H A Dmld6.c1102 err = EMSGSIZE; in mld_v2_input_query()
1107 err = EMSGSIZE; in mld_v2_input_query()
/xnu-10002.61.3/bsd/net/
H A Dif_utun.c2077 result = EMSGSIZE; in utun_ctl_setopt()
2090 result = EMSGSIZE; in utun_ctl_setopt()
2132 result = EMSGSIZE; in utun_ctl_setopt()
2156 result = EMSGSIZE; in utun_ctl_setopt()
2170 result = EMSGSIZE; in utun_ctl_setopt()
2187 result = EMSGSIZE; in utun_ctl_setopt()
2221 result = EMSGSIZE; in utun_ctl_setopt()
2236 result = EMSGSIZE; in utun_ctl_setopt()
2251 result = EMSGSIZE; in utun_ctl_setopt()
2269 result = EMSGSIZE; in utun_ctl_setopt()
[all …]
H A Dif_ipsec.c2210 err = EMSGSIZE; in ipsec_transform_kpipe_pkt_to_netif_pkt()
3887 result = EMSGSIZE; in ipsec_ctl_setopt()
3896 result = EMSGSIZE; in ipsec_ctl_setopt()
3940 result = EMSGSIZE; in ipsec_ctl_setopt()
3968 result = EMSGSIZE; in ipsec_ctl_setopt()
3991 result = EMSGSIZE; in ipsec_ctl_setopt()
4013 result = EMSGSIZE; in ipsec_ctl_setopt()
4029 result = EMSGSIZE; in ipsec_ctl_setopt()
4045 result = EMSGSIZE; in ipsec_ctl_setopt()
4080 result = EMSGSIZE; in ipsec_ctl_setopt()
[all …]
H A Dether_inet6_pr_module.c203 return EMSGSIZE; in ether_inet6_resolve_multi()
H A Dkpi_interface.c1319 result = EMSGSIZE; in ifnet_get_link_mib_data()
2226 return EMSGSIZE; in ifnet_llbroadcast_copy_bytes()
2273 error = EMSGSIZE; in ifnet_lladdr_copy_bytes_internal()
2688 return EMSGSIZE; in ifaddr_address()
2716 return EMSGSIZE; in ifaddr_dstaddress()
2744 return EMSGSIZE; in ifaddr_netmask()
2861 return EMSGSIZE; in ifmaddr_address()
H A Dether_inet_pr_module.c301 return EMSGSIZE; in ether_inet_resolve_multi()
H A Dbpf.c438 return EMSGSIZE; in bpf_movein()
444 return EMSGSIZE; in bpf_movein()
454 return EMSGSIZE; in bpf_movein()
/xnu-10002.61.3/bsd/dev/dtrace/scripts/
H A Derrno.d103 inline int EMSGSIZE = 40; variable
104 #pragma D binding "1.0" EMSGSIZE
/xnu-10002.61.3/bsd/sys/
H A Derrno.h139 #define EMSGSIZE 40 /* Message too long */ macro
/xnu-10002.61.3/bsd/kern/
H A Duipc_syscalls.c1540 KERNEL_DEBUG(DBG_FNC_SENDMSG | DBG_FUNC_END, EMSGSIZE, in sendmsg_nocancel()
1542 return EMSGSIZE; in sendmsg_nocancel()
1848 error = EMSGSIZE; in internalize_user_msg_x()
2024 error = EMSGSIZE; in sendit_x()
2159 error == ENOBUFS || error == EMSGSIZE)) { in sendmsg_x()
2617 KERNEL_DEBUG(DBG_FNC_RECVMSG | DBG_FUNC_END, EMSGSIZE, in recvmsg_nocancel()
2619 return EMSGSIZE; in recvmsg_nocancel()
3006 error = EMSGSIZE; in recvmsg_x()
3686 error = EMSGSIZE; in internalize_user_msghdr_array()
3771 error = EMSGSIZE; in internalize_recv_msghdr_array()
H A Duipc_usrreq.c2372 error = EMSGSIZE; in unp_externalize()
/xnu-10002.61.3/tests/
H A Dbpf_write.c280 T_ASSERT_POSIX_FAILURE(nwritten, EMSGSIZE, "write bpf"); in do_bpf_write()
H A Dbpf_write_batch.c337 T_ASSERT_POSIX_FAILURE(nwritten, EMSGSIZE, "write bpf"); in do_bpf_write_batch()
/xnu-10002.61.3/bsd/netinet/
H A Dip_output.c1076 error = EMSGSIZE; in ip_output_list()
1150 error = EMSGSIZE; in ip_output_list()
1409 case EMSGSIZE: in ip_output_list()
1501 error = EMSGSIZE; in ip_output_list()
1665 error = EMSGSIZE; in ip_output_list()
1840 return EMSGSIZE; in ip_fragment()
2288 error = EMSGSIZE; in ip_ctloutput()
H A Draw_ip.c525 return EMSGSIZE; in rip_output()
550 return EMSGSIZE; in rip_output()
H A Dip_input.c3318 0, EMSGSIZE, EHOSTDOWN, EHOSTUNREACH,
3320 EMSGSIZE, EHOSTUNREACH, 0, 0,
3617 case EMSGSIZE: in ip_forward()
/xnu-10002.61.3/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_classifier.c394 error = EMSGSIZE; in flow_pkt_classify()
/xnu-10002.61.3/bsd/miscfs/nullfs/
H A Dnull_vnops.c727 error = EMSGSIZE; in store_entry_special()
814 if (error == EMSGSIZE) { in nullfs_special_readdir()
/xnu-10002.61.3/bsd/security/audit/
H A Daudit_bsm_errno.c417 { .be_bsm_errno = BSM_ERRNO_EMSGSIZE, .be_local_errno = EMSGSIZE, ES("Message too long") },

12