HomeSort by: relevance | last modified time | path
    Searched refs:ddp_pnext (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netatalk/
ddp_var.h 37 struct ddpcb *ddp_pprev, *ddp_pnext; member in struct:ddpcb
ddp_usrreq.c 164 ddpp = ddpp->ddp_pnext) {
174 ddp->ddp_pnext = ddp_ports[sat->sat_port - 1];
176 if (ddp->ddp_pnext)
177 ddp->ddp_pnext->ddp_pprev = ddp;
306 ddp->ddp_pnext = NULL;
332 ddp->ddp_pprev->ddp_pnext = ddp->ddp_pnext;
334 ddp_ports[ddp->ddp_lsat.sat_port - 1] = ddp->ddp_pnext;
336 if (ddp->ddp_pnext != NULL) {
337 ddp->ddp_pnext->ddp_pprev = ddp->ddp_pprev
    [all...]

Completed in 31 milliseconds