Searched refs:ng_ksocket_parse (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netgraph/ |
H A D | ng_ksocket.c | 180 static int ng_ksocket_parse(const struct ng_ksocket_alias *aliases, 250 if ((family = ng_ksocket_parse(ng_ksocket_families, fambuf, 0)) == -1) in ng_ksocket_sockaddr_parse() 650 family = ng_ksocket_parse(ng_ksocket_families, s1, 0); in ng_ksocket_newhook() 657 type = ng_ksocket_parse(ng_ksocket_types, s1, 0); in ng_ksocket_newhook() 661 protocol = ng_ksocket_parse(ng_ksocket_protos, s1, family); in ng_ksocket_newhook() 1359 ng_ksocket_parse(const struct ng_ksocket_alias *aliases, in ng_ksocket_parse() function
|