summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_pcb.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-12-30 17:21:07 +0000
committerrwatson <rwatson@FreeBSD.org>2004-12-30 17:21:07 +0000
commit547414a25a19e2404c14c52038ec7fe4fa7b4b05 (patch)
tree992627e23aca1883e93838e90872190b90435810 /sys/netipx/ipx_pcb.h
parenta0561a7c8f5afef4fe44d26d56b9e826555ece3a (diff)
downloadFreeBSD-src-547414a25a19e2404c14c52038ec7fe4fa7b4b05.zip
FreeBSD-src-547414a25a19e2404c14c52038ec7fe4fa7b4b05.tar.gz
Garbage collect unused (and incompletely implemented) functions:
- ipx_pcbnotify(), which is never called. - ipx_rtchange(), which is never called, is incomplete inplemented, and also #ifdef notdef. - spx_fixmtu(), which is never called, is incompletely implemented, and also #ifdef notdef.
Diffstat (limited to 'sys/netipx/ipx_pcb.h')
-rw-r--r--sys/netipx/ipx_pcb.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/netipx/ipx_pcb.h b/sys/netipx/ipx_pcb.h
index 32adcc88..d91865a 100644
--- a/sys/netipx/ipx_pcb.h
+++ b/sys/netipx/ipx_pcb.h
@@ -52,7 +52,6 @@ struct ipxpcb {
caddr_t ipxp_pcb; /* protocol specific stuff */
struct route ipxp_route; /* routing information */
struct ipx_addr ipxp_lastdst; /* validate cached route for dg socks*/
- long ipxp_notify_param; /* extra info passed via ipx_pcbnotify*/
short ipxp_flags;
u_char ipxp_dpt; /* default packet type for ipx_output */
u_char ipxp_rpt; /* last received packet type by ipx_input() */
@@ -92,8 +91,6 @@ void ipx_pcbdetach(struct ipxpcb *ipxp);
void ipx_pcbdisconnect(struct ipxpcb *ipxp);
struct ipxpcb *
ipx_pcblookup(struct ipx_addr *faddr, int lport, int wildp);
-void ipx_pcbnotify(struct ipx_addr *dst, int errno,
- void (*notify)(struct ipxpcb *), long param);
void ipx_setpeeraddr(struct ipxpcb *ipxp, struct sockaddr **nam);
void ipx_setsockaddr(struct ipxpcb *ipxp, struct sockaddr **nam);
#endif /* _KERNEL */
OpenPOWER on IntegriCloud