Home
last modified time | relevance | path

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

/freebsd/sys/netlink/
H A Dnetlink_module.c114 return (nl_handlers[proto].proto_name); in nl_get_proto_name()
118 netlink_register_proto(int proto, const char *proto_name, nl_handler_f handler) in netlink_register_proto() argument
125 nl_handlers[proto].proto_name = proto_name; in netlink_register_proto()
127 NL_LOG(LOG_DEBUG2, "Registered netlink %s(%d) handler", proto_name, proto); in netlink_register_proto()
139 nl_handlers[proto].proto_name = NULL; in netlink_unregister_proto()
H A Dnetlink_ctl.h76 bool netlink_register_proto(int proto, const char *proto_name, nl_handler_f handler);
H A Dnetlink_var.h118 const char *proto_name; member
/freebsd/contrib/unbound/sldns/
H A Dwire2str.c1806 const char* proto_name = NULL; in sldns_wire2str_wks_scan() local
1825 proto_name = protocol->p_name; in sldns_wire2str_wks_scan()
1846 (int)htons((uint16_t)port), proto_name); in sldns_wire2str_wks_scan()
/freebsd/contrib/ldns/
H A Dhost2str.c818 char *proto_name = NULL; in ldns_rdf2buffer_str_wks() local
829 proto_name = protocol->p_name; in ldns_rdf2buffer_str_wks()
843 proto_name); in ldns_rdf2buffer_str_wks()