Home
last modified time | relevance | path

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

12

/xnu-8796.121.2/bsd/net/
H A Dif_ipsec.c3123 result = EMSGSIZE; in ipsec_ctl_setopt()
3132 result = EMSGSIZE; in ipsec_ctl_setopt()
3176 result = EMSGSIZE; in ipsec_ctl_setopt()
3204 result = EMSGSIZE; in ipsec_ctl_setopt()
3227 result = EMSGSIZE; in ipsec_ctl_setopt()
3249 result = EMSGSIZE; in ipsec_ctl_setopt()
3265 result = EMSGSIZE; in ipsec_ctl_setopt()
3281 result = EMSGSIZE; in ipsec_ctl_setopt()
3316 result = EMSGSIZE; in ipsec_ctl_setopt()
3331 result = EMSGSIZE; in ipsec_ctl_setopt()
[all …]
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 Dether_inet6_pr_module.c203 return EMSGSIZE; in ether_inet6_resolve_multi()
H A Dkpi_interface.c1302 result = EMSGSIZE; in ifnet_get_link_mib_data()
2209 return EMSGSIZE; in ifnet_llbroadcast_copy_bytes()
2256 error = EMSGSIZE; in ifnet_lladdr_copy_bytes_internal()
2671 return EMSGSIZE; in ifaddr_address()
2699 return EMSGSIZE; in ifaddr_dstaddress()
2727 return EMSGSIZE; in ifaddr_netmask()
2844 return EMSGSIZE; in ifmaddr_address()
H A Dether_inet_pr_module.c301 return EMSGSIZE; in ether_inet_resolve_multi()
/xnu-8796.121.2/bsd/dev/dtrace/scripts/
H A Derrno.d103 inline int EMSGSIZE = 40; variable
104 #pragma D binding "1.0" EMSGSIZE
/xnu-8796.121.2/bsd/sys/
H A Derrno.h139 #define EMSGSIZE 40 /* Message too long */ macro
/xnu-8796.121.2/bsd/netinet6/
H A Desp_output.c555 error = EMSGSIZE; in esp_output()
745 error = EMSGSIZE; in esp_output()
877 error = EMSGSIZE; in esp_output()
H A Dip6_forward.c386 case EMSGSIZE: in ip6_forward()
835 case EMSGSIZE: in ip6_forward()
H A Dah_core.c1289 error = EMSGSIZE; in ah4_calccksum()
1410 error = EMSGSIZE; in ah4_calccksum()
1567 error = EMSGSIZE; in ah6_calccksum()
1603 error = EMSGSIZE; in ah6_calccksum()
H A Dip6_output.c941 case EMSGSIZE: in ip6_output_list()
1098 case EMSGSIZE: in ip6_output_list()
1732 return EMSGSIZE; in ip6_fragment_packet()
1803 return EMSGSIZE; in ip6_do_fragmentation()
1807 return EMSGSIZE; in ip6_do_fragmentation()
1811 return EMSGSIZE; in ip6_do_fragmentation()
1831 return EMSGSIZE; in ip6_do_fragmentation()
H A Dah_output.c329 return EMSGSIZE; in ah4_output()
H A Dip6_input.c2388 0, EMSGSIZE, EHOSTDOWN, EHOSTUNREACH,
2390 EMSGSIZE, EHOSTUNREACH, 0, 0,
H A Dmld6.c1101 err = EMSGSIZE; in mld_v2_input_query()
1106 err = EMSGSIZE; in mld_v2_input_query()
H A Dicmp6.c3113 error = EMSGSIZE; in icmp6_ctloutput()
/xnu-8796.121.2/bsd/netinet/
H A Dip_output.c1066 error = EMSGSIZE; in ip_output_list()
1140 error = EMSGSIZE; in ip_output_list()
1399 case EMSGSIZE: in ip_output_list()
1491 error = EMSGSIZE; in ip_output_list()
1655 error = EMSGSIZE; in ip_output_list()
1830 return EMSGSIZE; in ip_fragment()
2278 error = EMSGSIZE; in ip_ctloutput()
H A Draw_ip.c502 return EMSGSIZE; in rip_output()
527 return EMSGSIZE; in rip_output()
H A Dip_input.c3326 0, EMSGSIZE, EHOSTDOWN, EHOSTUNREACH,
3328 EMSGSIZE, EHOSTUNREACH, 0, 0,
3625 case EMSGSIZE: in ip_forward()
H A Dtcp_output.c3077 if (error == EMSGSIZE) { in tcp_output()
H A Dudp_usrreq.c1587 error = EMSGSIZE; in udp_output()
/xnu-8796.121.2/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_classifier.c394 error = EMSGSIZE; in flow_pkt_classify()
/xnu-8796.121.2/bsd/kern/
H A Duipc_syscalls.c1514 KERNEL_DEBUG(DBG_FNC_SENDMSG | DBG_FUNC_END, EMSGSIZE, in sendmsg_nocancel()
1516 return EMSGSIZE; in sendmsg_nocancel()
2193 KERNEL_DEBUG(DBG_FNC_RECVMSG | DBG_FUNC_END, EMSGSIZE, in recvmsg_nocancel()
2195 return EMSGSIZE; in recvmsg_nocancel()
2990 error = EMSGSIZE; in internalize_user_msghdr_array()
3074 error = EMSGSIZE; in internalize_recv_msghdr_array()
H A Duipc_usrreq.c2360 error = EMSGSIZE; in unp_externalize()
/xnu-8796.121.2/bsd/miscfs/nullfs/
H A Dnull_vnops.c719 error = EMSGSIZE; in store_entry_special()
806 if (error == EMSGSIZE) { in nullfs_special_readdir()
/xnu-8796.121.2/bsd/security/audit/
H A Daudit_bsm_errno.c417 { .be_bsm_errno = BSM_ERRNO_EMSGSIZE, .be_local_errno = EMSGSIZE, ES("Message too long") },

12