Home
last modified time | relevance | path

Searched defs:EPROTO (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/dev/dtrace/scripts/
H A Derrno.d223 inline int EPROTO = 100; variable
/xnu-8019.80.24/bsd/sys/
H A Derrno.h248 #define EPROTO 100 /* Protocol error */ macro