Searched refs:handler_defined (Results 1 – 1 of 1) sorted by relevance
107 int handler_defined = nl_handlers[proto].cb != NULL; in nl_verify_proto() local108 return (handler_defined ? 0 : EPROTONOSUPPORT); in nl_verify_proto()