Searched refs:EOPNOTSUPP (Results 51 - 61 of 61) sorted by relevance

123

/xnu-2422.115.4/bsd/netinet6/
H A Dip6_output.c830 error = EOPNOTSUPP;
835 error = EOPNOTSUPP;
H A Dnd6_rtr.c1029 error = EOPNOTSUPP; /* check for safety */
/xnu-2422.115.4/bsd/kern/
H A Dproc_info.c1662 error = EOPNOTSUPP;
H A Dkern_descrip.c3262 * EOPNOTSUPP The file descriptor is not a socket
3269 * Notes: EOPNOTSUPP should probably be ENOTSOCK; this function is only
3288 return(EOPNOTSUPP);
/xnu-2422.115.4/bsd/net/
H A Dntstat.c1947 return EOPNOTSUPP;
/xnu-2422.115.4/bsd/netinet/
H A Dip_fw2_compat.c3231 err = EOPNOTSUPP;
H A Dip_input.c3158 return (EOPNOTSUPP);
H A Dmptcp_subr.c863 return (EOPNOTSUPP);
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_subr.c5419 return (EOPNOTSUPP); /* Operation not supported on socket */
H A Dvfs_syscalls.c2227 return (EOPNOTSUPP);
/xnu-2422.115.4/bsd/netkey/
H A Dkey.c9108 error = EOPNOTSUPP;

Completed in 2009 milliseconds

123