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

/freebsd-10.0-release/usr.sbin/IPXrouted/
H A Dsap_output.c52 register struct sockaddr_ipx *ipx_dst; local
56 ipx_dst = (struct sockaddr_ipx *)&dst;
66 ipx_dst->sipx_addr.x_port = htons(IPXPORT_SAP);
81 struct sockaddr_ipx *ipx_dst; local
84 ipx_dst = (struct sockaddr_ipx *)&t_dst;
86 if (ipx_dst->sipx_addr.x_port == 0)
87 ipx_dst->sipx_addr.x_port = htons(IPXPORT_SAP);

Completed in 91 milliseconds