Home
last modified time | relevance | path

Searched refs:ipxpcbtable (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/sys/netipx/
Dipx_pcb.h48 struct ipxpcbtable *ipxp_table; /* back pointer to the table */
63 struct ipxpcbtable { struct
88 extern struct ipxpcbtable ipxcbtable, ipxrawcbtable; /* head of list */ argument
90 void ipx_pcbinit(struct ipxpcbtable *, int);
91 int ipx_pcballoc(struct socket *so, struct ipxpcbtable *head);
Dipx_pcb.c60 struct ipxpcbtable *table; in ipx_pcbinit()
72 struct ipxpcbtable *head;
Dipx_input.c82 struct ipxpcbtable ipxrawcbtable;
Dspx_usrreq.c77 struct ipxpcbtable ipxcbtable;
/mirbsd/src/usr.bin/netstat/
Dipx.c93 struct ipxpcbtable table; in ipxprotopr()
102 &((struct ipxpcbtable *)off)->ipxpt_queue.cqh_first; in ipxprotopr()