Searched refs:atpcb_next (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dat_pcb.h81 struct atpcb *atpcb_next, /* pointers to other pcb's */ member in struct:atpcb
H A Dat_pcb.c161 if ((pcb->atpcb_next) && (pcb->atpcb_prev))
179 for (pcb = ddp_head.atpcb_next; pcb != &ddp_head;
180 pcb = pcb->atpcb_next) {
H A Dddp.c440 for (gref = ddp_head.atpcb_next; gref != &ddp_head; gref = gref->atpcb_next)
1057 for (gref = ddp_head.atpcb_next; gref != &ddp_head;
1058 gref = gref->atpcb_next)
H A Dsys_glue.c881 gref_array[i].atpcb_next = (gref_t *)&gref_array[i+1];
884 gref_array[i].atpcb_next = gref_free_list;
889 gref_free_list = gref->atpcb_next;
932 gref->atpcb_next = gref_free_list;
H A Dddp_usrreq.c332 ddp_head.atpcb_next = ddp_head.atpcb_prev = &ddp_head;
H A Dddp_lap.c1182 for (gref = ddp_head.atpcb_next; gref != &ddp_head;
1183 gref = gref->atpcb_next) {

Completed in 82 milliseconds