Searched refs:EPROTONOSUPPORT (Results 1 - 14 of 14) sorted by relevance

/xnu-2422.115.4/bsd/net/
H A Dif_utun_crypto.c108 return EPROTONOSUPPORT;
180 return EPROTONOSUPPORT;
263 return EPROTONOSUPPORT;
353 return EPROTONOSUPPORT;
428 return EPROTONOSUPPORT;
500 return EPROTONOSUPPORT;
575 return EPROTONOSUPPORT;
635 return EPROTONOSUPPORT;
695 return EPROTONOSUPPORT;
H A Dif_stf.c268 return EPROTONOSUPPORT;
H A Dif_ipsec.c277 errno_t result = EPROTONOSUPPORT;
H A Dif_utun.c268 errno_t result = EPROTONOSUPPORT;
H A Dkpi_interface.c827 error = EPROTONOSUPPORT;
858 error = EPROTONOSUPPORT;
H A Dif_vlan.c1892 error = EPROTONOSUPPORT;
H A Drtsock.c338 senderr(EPROTONOSUPPORT);
H A Dif_bond.c2812 error = EPROTONOSUPPORT;
/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Derrno.d109 inline int EPROTONOSUPPORT = 43;
110 #pragma D binding "1.0" EPROTONOSUPPORT
/xnu-2422.115.4/bsd/sys/
H A Derrno.h142 #define EPROTONOSUPPORT 43 /* Protocol not supported */ macro
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_bsm_errno.c422 { BSM_ERRNO_EPROTONOSUPPORT, EPROTONOSUPPORT,
/xnu-2422.115.4/bsd/netinet/
H A Din_arp.c940 error = EPROTONOSUPPORT;
/xnu-2422.115.4/bsd/kern/
H A Duipc_socket.c555 return (EPROTONOSUPPORT);
668 * EPROTONOSUPPORT
/xnu-2422.115.4/bsd/netkey/
H A Dkey.c1844 *error = EPROTONOSUPPORT;
4678 return EPROTONOSUPPORT;

Completed in 132 milliseconds