Home
last modified time | relevance | path

Searched refs:EPROTO (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/bsd/dev/dtrace/scripts/
H A Derrno.d223 inline int EPROTO = 100; variable
224 #pragma D binding "1.0" EPROTO
/xnu-11215/bsd/sys/
H A Derrno.h248 #define EPROTO 100 /* Protocol error */ macro
/xnu-11215/bsd/security/audit/
H A Daudit_bsm_errno.c301 #ifdef EPROTO
302 .be_local_errno = EPROTO,
/xnu-11215/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_track.c581 err = EPROTO; in flow_track_tcp()
/xnu-11215/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1884 _FSW_INJECT_ERROR(33, err, EPROTO, null_func); in dp_flow_rx_process()