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

/darwin-on-arm/xnu/bsd/netat/
H A Dat_pcb.h121 #define DDPFLG_STRIPHDR 0x200 /* drop DDP header on receive (raw) */ macro
H A Dddp.c158 optval = at_pcb->ddp_flags & DDPFLG_STRIPHDR;
208 at_pcb->ddp_flags |= DDPFLG_STRIPHDR;
210 at_pcb->ddp_flags &= ~DDPFLG_STRIPHDR;
1073 if (gref->ddp_flags & DDPFLG_STRIPHDR) {
H A Dat.c691 at_pcb->ddp_flags |= DDPFLG_STRIPHDR;

Completed in 12 milliseconds