Searched refs:ServType (Results 1 - 6 of 6) sorted by path

/freebsd-9.3-release/usr.sbin/IPXrouted/
H A Dmain.c220 sap_msg->sap[0].ServType = htons(SAP_WILDCARD);
H A Dsap.h51 u_short ServType; member in struct:sap_info
93 int ServType,
96 struct sap_entry *sap_lookup(u_short ServType, char *ServName);
97 struct sap_entry *sap_nearestserver(ushort ServType, struct interface *ifp);
H A Dsap_input.c84 sap = sap_nearestserver(n->ServType, ifp);
97 ntohs(n->ServType),
101 ntohs(sap->sap.ServType),
113 sap_supply(from, 0, ifp, n->ServType, 0);
147 sap = sap_lookup(n->ServType, n->ServName);
H A Dsap_output.c97 * Supply dst with the contents of the SAP tables. If the ServType ==
99 * services that are of ServType. If this won't fit in one packet, chop
109 sap_supply(dst, flags, ifp, ServType, changesonly)
113 int ServType;
150 * Check for the servicetype except if the ServType is
153 if ((ServType != SAP_WILDCARD) &&
154 (ServType != sap->sap.ServType))
H A Dsap_tables.c54 * This hash use the first 14 letters of the ServName and the ServType
58 saphash(u_short ServType, char *ServName) argument
71 hsh = hsh * SMVAL + (ServType & 0xff);
72 hsh = hsh * SMVAL + (ServType >> 8);
85 * Look for an exact match on ServType and ServName. It is
94 sap_lookup(u_short ServType, char *ServName) argument
100 hsh = saphash(ServType, ServName);
105 (ServType == sap->sap.ServType) &&
124 sap_nearestserver(ushort ServType, struc argument
[all...]
H A Dtrace.c295 ntohs(sap->sap.ServType),
428 ntohs(n->ServType),
455 ntohs(sap->sap.ServType),

Completed in 97 milliseconds