Home
last modified time | relevance | path

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

/netbsd-src/sbin/ifconfig/
H A Dcarp.c75 .k_nextparser = &command_root.pb_parser}
77 .k_nextparser = &command_root.pb_parser}
79 .k_nextparser = &command_root.pb_parser}
83 0, 255, 10, setcarp_advbase, "advbase", &command_root.pb_parser);
86 0, 254, 10, setcarp_advskew, "advskew", &command_root.pb_parser);
89 "carpdev", &command_root.pb_parser);
93 &command_root.pb_parser);
96 "pass", &command_root.pb_parser);
99 0, 255, 10, setcarp_vhid, "vhid", &command_root.pb_parser);
107 .k_nextparser = &command_root.pb_parser}
H A Difconfig.c181 setifmetric, "metric", &command_root.pb_parser);
184 setifmtu, "mtu", &command_root.pb_parser);
187 "prefixlen", 10, setifprefixlen, "prefixlen", &command_root.pb_parser);
191 &command_root.pb_parser);
194 setifnetmask, "dstormask", NULL, NULL, NULL, &command_root.pb_parser);
198 setifbroadaddr, "broadcast", NULL, NULL, NULL, &command_root.pb_parser);
201 setifdescr, "descr", false, &command_root.pb_parser);
207 .k_nextparser = &command_root.pb_parser}
211 .k_nextparser = &command_root.pb_parser}
219 .k_exec = notrailers, .k_nextparser = &command_root.pb_parser}
[all...]
H A Dlagg.c112 setlaggproto, "laggproto", &command_root.pb_parser);
115 &laggport_root.pb_parser);
118 &command_root.pb_parser);
121 setlaggport, "laggportpri", &laggport_root.pb_parser);
125 &lagglacp_root.pb_parser);
128 setlaggport, "laggportpri", &command_root.pb_parser);
164 &lagglacp_root.pb_parser);
174 &laggfail_root.pb_parser);
199 , {.b_nextparser = &command_root.pb_parser}
203 , {.b_nextparser = &command_root.pb_parser}
[all …]
H A Dpfsync.c68 0, 255, 10, setpfsync_maxupd, "maxupd", &command_root.pb_parser);
71 "syncdev", &command_root.pb_parser);
74 setpfsync_peer, "syncpeer", NULL, NULL, NULL, &command_root.pb_parser);
81 .k_nextparser = &command_root.pb_parser},
85 .k_nextparser = &command_root.pb_parser}
H A Dl2tp.c65 &command_root.pb_parser);
73 &command_root.pb_parser);
90 .k_nextparser = &command_root.pb_parser}
93 .k_nextparser = &command_root.pb_parser}
H A Dieee80211.c134 "list", listskw, __arraycount(listskw), &command_root.pb_parser);
139 .k_nextparser = &command_root.pb_parser}
143 .k_nextparser = &command_root.pb_parser}
147 .k_nextparser = &command_root.pb_parser}
152 .k_nextparser = &command_root.pb_parser}
156 .k_nextparser = &command_root.pb_parser}
167 &command_root.pb_parser);
170 0, UINT16_MAX, 10, setifchan, "chan", &command_root.pb_parser);
174 setifrts, "rts", &command_root.pb_parser);
178 setiffrag, "frag", &command_root.pb_parser);
[all …]
H A Dmedia.c60 setmediamode, "mediamode", false, &command_root.pb_parser);
64 &command_root.pb_parser);
67 unsetmediaopt, "unmediaopt", false, &command_root.pb_parser);
70 setmediaopt, "mediaopt", false, &command_root.pb_parser);
73 false, &command_root.pb_parser);
H A Dvlan.c67 0, USHRT_MAX, 10, setvlan, "vlantag", &command_root.pb_parser);
70 "vlanif", &command_root.pb_parser);
H A Daf_inet6.c86 "pltime", 0, NULL, "pltime", &command_root.pb_parser);
89 "vltime", 0, NULL, "vltime", &command_root.pb_parser);
95 .k_bool = true, .k_nextparser = &command_root.pb_parser}
99 "ia6flag", ia6flagskw, __arraycount(ia6flagskw), &command_root.pb_parser);
H A Dtunnel.c71 "tundst", NULL, NULL, NULL, &command_root.pb_parser);
78 .k_nextparser = &command_root.pb_parser}
H A Daf_atalk.c75 1, 2, 10, NULL, "phase", &command_root.pb_parser);
78 &command_root.pb_parser);
H A Dparse.h51 struct parser pb_parser; member
80 .pb_parser = {.p_name = (__name), .p_methods = &pbranch_methods},\
H A Daf_link.c59 .k_bool = true, .k_nextparser = &command_root.pb_parser}
H A Dparse.c751 pb->pb_parser.p_initialized = false; in pbranch_addbranch()
752 return parser_init(&pb->pb_parser); in pbranch_addbranch()
820 pb->pb_parser.p_methods = &pbranch_methods; in pbranch_create()
821 pb->pb_parser.p_name = name; in pbranch_create()
H A Dether.c74 &command_root.pb_parser);
H A Dagr.c59 agrsetport, "agrport", &command_root.pb_parser);