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

/freebsd-10.3-release/usr.sbin/IPXrouted/
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
64 strncpy(name, ServName, SERVNAMELEN);
65 ServName = name;
75 hsh = hsh * SMVAL + *ServName++;
76 ServName++;
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);
106 (strncmp(ServName, sa
[all...]
H A Dsap.h52 char ServName[SERVNAMELEN]; member in struct:sap_info
96 struct sap_entry *sap_lookup(u_short ServType, char *ServName);
H A Dsap_input.c102 sap->sap.ServName,
147 sap = sap_lookup(n->ServType, n->ServName);
H A Dtrace.c296 sap->sap.ServName,
429 n->ServName,
456 sap->sap.ServName,

Completed in 109 milliseconds