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

/darwin-on-arm/xnu/bsd/netat/
H A Dat_pcb.h120 #define DDPFLG_HDRINCL 0x08 /* user supplies entire DDP header */ macro
H A Dddp_usrreq.c185 if (!(pcb->ddp_flags & DDPFLG_HDRINCL)) {
H A Dddp.c150 optval = at_pcb->ddp_flags & DDPFLG_HDRINCL;
188 at_pcb->ddp_flags |= DDPFLG_HDRINCL;
190 at_pcb->ddp_flags &= ~DDPFLG_HDRINCL;

Completed in 13 milliseconds