Home
last modified time | relevance | path

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

/netbsd-src/sbin/ifconfig/
H A Dparse.h64 extern const struct parser_methods pbranch_methods;
80 .pb_parser = {.p_name = (__name), .p_methods = &pbranch_methods},\
H A Dparse.c108 const struct parser_methods pbranch_methods = { variable
820 pb->pb_parser.p_methods = &pbranch_methods; in pbranch_create()