Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_ksocket.c158 static int ng_ksocket_parse(const struct ng_ksocket_alias *aliases,
228 if ((family = ng_ksocket_parse(ng_ksocket_families, fambuf, 0)) == -1) in ng_ksocket_sockaddr_parse()
564 family = ng_ksocket_parse(ng_ksocket_families, s1, 0); in ng_ksocket_newhook()
571 type = ng_ksocket_parse(ng_ksocket_types, s1, 0); in ng_ksocket_newhook()
575 protocol = ng_ksocket_parse(ng_ksocket_protos, s1, family); in ng_ksocket_newhook()
1253 ng_ksocket_parse(const struct ng_ksocket_alias *aliases, in ng_ksocket_parse() function