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

/freebsd-10-stable/sys/netatalk/
H A Dddp_pcb.c71 static struct ddpcb *ddp_ports[ATPORT_LAST]; variable in typeref:struct:ddpcb
93 * We read and write both the ddp passed in, and also ddp_ports.
163 if (ddp_ports[sat->sat_port - 1] == NULL)
169 ddp_ports[sat->sat_port - 1] = ddp;
171 for (ddpp = ddp_ports[sat->sat_port - 1]; ddpp;
181 ddp->ddp_pnext = ddp_ports[sat->sat_port - 1];
182 ddp_ports[sat->sat_port - 1] = ddp;
326 * We modify ddp, ddp_ports, and the global list.
334 /* Remove ddp from ddp_ports list. */
336 ddp_ports[dd
[all...]

Completed in 46 milliseconds