Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/inetd/
H A Dparse_v2.c78 static hresult protocol_handler(struct servtab *, vlist);
117 { "protocol", protocol_handler },
751 protocol_handler(struct servtab *sep, vlist values) in protocol_handler() function