Searched refs:EPROTOTYPE (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Daurp_cfg.c87 return EPROTOTYPE;
H A Dadsp.c156 adspioc_ack(EPROTOTYPE, mp, gref);
H A Dasp_proto.c485 asp_iocnak(gref, mioc, EPROTOTYPE);
493 asp_iocnak(gref, mioc, EPROTOTYPE);
501 asp_iocnak(gref, mioc, EPROTOTYPE);
510 asp_iocnak(gref, mioc, EPROTOTYPE);
514 asp_iocnak(gref, mioc, EPROTOTYPE);
1490 *gbuf_rptr(mioc) = (u_char)EPROTOTYPE;
H A Dddp.c1151 return(EPROTOTYPE);
1165 return EPROTOTYPE;
H A Dsys_glue.c138 ((ioc_t *)gbuf_rptr(m))->ioc_error = EPROTOTYPE;
172 *err = EPROTOTYPE;
174 kprintf("_ATsocket: error EPROTOTYPE =%d\n", *err);
/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h135 #define EPROTOTYPE 41 /* Protocol wrong type for socket */ macro
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_errno.c419 { BSM_ERRNO_EPROTOTYPE, EPROTOTYPE,
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_usrreq.c278 * unp_connect2:EPROTOTYPE Protocol wrong type for socket
407 * unp_connect:EPROTOTYPE Protocol wrong type for socket
1021 * EPROTOTYPE Protocol wrong type for socket
1023 * unp_connect2:EPROTOTYPE Protocol wrong type for socket
1130 error = EPROTOTYPE;
1257 * EPROTOTYPE Protocol wrong type for socket
1267 return (EPROTOTYPE);
H A Dkern_control.c308 return EPROTOTYPE;
H A Duipc_socket.c530 * EPROTOTYPE
561 return (EPROTOTYPE);
567 return (EPROTOTYPE);
1290 * <pru_connect2>:EPROTOTYPE[AF_UNIX]

Completed in 101 milliseconds