Searched refs:ddp_head (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dddp_usrreq.c68 struct atpcb ddp_head; variable in typeref:struct:atpcb
89 error = at_pcballoc(so, &ddp_head);
332 ddp_head.atpcb_next = ddp_head.atpcb_prev = &ddp_head;
H A Dat_pcb.c95 extern struct atpcb ddp_head;
179 for (pcb = ddp_head.atpcb_next; pcb != &ddp_head;
H A Dddp.c87 extern struct atpcb ddp_head;
440 for (gref = ddp_head.atpcb_next; gref != &ddp_head; gref = gref->atpcb_next)
1057 for (gref = ddp_head.atpcb_next; gref != &ddp_head;
H A Dddp_lap.c128 extern struct atpcb ddp_head;
1182 for (gref = ddp_head.atpcb_next; gref != &ddp_head;
H A Dsys_glue.c81 extern struct atpcb ddp_head;

Completed in 21 milliseconds