Searched refs:iderror (Results 1 – 1 of 1) sorted by relevance
| /src/usr.sbin/inetd/ |
| H A D | builtins.c | 64 static void iderror(int, int, int, const char *); 323 iderror(int lport, int fport, int s, const char *er) in iderror() function 453 iderror(0, 0, s, ID_UNKNOWN); in ident_stream() 486 iderror(0, 0, s, ID_UNKNOWN); in ident_stream() 488 iderror(0, 0, s, ID_UNKNOWN); in ident_stream() 493 iderror(0, 0, s, ID_UNKNOWN); in ident_stream() 504 iderror(0, 0, s, ID_INVALID); in ident_stream() 517 iderror(lport, fport, s, ID_HIDDEN); in ident_stream() 530 iderror(lport, fport, s, ID_UNKNOWN); in ident_stream() 533 iderror(lport, fport, s, ID_UNKNOWN); in ident_stream() [all …]
|