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

/freebsd-10.0-release/usr.sbin/IPXrouted/
H A Dsap_tables.c69 #define SMVAL 33 macro
71 hsh = hsh * SMVAL + (ServType & 0xff);
72 hsh = hsh * SMVAL + (ServType >> 8);
75 hsh = hsh * SMVAL + *ServName++;
79 #undef SMVAL macro

Completed in 205 milliseconds