Home
last modified time | relevance | path

Searched refs:NLPSIDSZ (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/listen/
H A Dlsnlsmsg.h50 #define NLPSIDSZ 4 macro
H A Dnlps_serv.c171 if ((!strncmp(bp,NLPSIDSTR,NLPSIDSZ)) && /* NLPS request */ in nlps_server()
172 (*(bp + NLPSIDSZ) == NLPSSEPCHAR)) { in nlps_server()
248 if ((!strncmp(bp,NLPSIDSTR,NLPSIDSZ)) && /* NLPS request */
249 (*(bp + NLPSIDSZ) == NLPSSEPCHAR)) {