Searched refs:CTL_DATA_EOR (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dkern_control.h196 @defined CTL_DATA_EOR
197 @discussion The CTL_DATA_EOR flag can be used for the enqueue
200 #define CTL_DATA_EOR 0x2 macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_control.c479 if ((flags & CTL_DATA_EOR))
536 if ((flags & CTL_DATA_EOR))
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey.c8740 result = ctl_enqueuembuf(pcb->ctlref, pcb->unit, data, CTL_DATA_EOR);

Completed in 28 milliseconds