Home
last modified time | relevance | path

Searched refs:ddp_pnext (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/netatalk/
Dddp_usrreq.c164 ddpp = ddpp->ddp_pnext) { in at_pcbsetaddr()
174 ddp->ddp_pnext = ddp_ports[sat->sat_port - 1]; in at_pcbsetaddr()
176 if (ddp->ddp_pnext) in at_pcbsetaddr()
177 ddp->ddp_pnext->ddp_pprev = ddp; in at_pcbsetaddr()
306 ddp->ddp_pnext = NULL; in ddp_attach()
332 ddp->ddp_pprev->ddp_pnext = ddp->ddp_pnext; in ddp_detach()
334 ddp_ports[ddp->ddp_lsat.sat_port - 1] = ddp->ddp_pnext; in ddp_detach()
336 if (ddp->ddp_pnext != NULL) { in ddp_detach()
337 ddp->ddp_pnext->ddp_pprev = ddp->ddp_pprev; in ddp_detach()
570 for (ddp = ddp_ports[to->sat_port - 1]; ddp; ddp = ddp->ddp_pnext) { in ddp_search()
Dddp_var.h37 struct ddpcb *ddp_pprev, *ddp_pnext; member