HomeSort by: relevance | last modified time | path
    Searched refs:pb_parser (Results 1 - 16 of 16) sorted by relevancy

  /src/sbin/ifconfig/
carp.c 75 .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}
    [all...]
pfsync.c 68 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}
ifconfig.c 181 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...]
lagg.c 112 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...]
l2tp.c 65 &command_root.pb_parser);
73 &command_root.pb_parser);
90 .k_nextparser = &command_root.pb_parser}
93 .k_nextparser = &command_root.pb_parser}
vlan.c 67 0, USHRT_MAX, 10, setvlan, "vlantag", &command_root.pb_parser);
70 "vlanif", &command_root.pb_parser);
media.c 60 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);
ieee80211.c 134 "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...]
af_inet6.c 86 "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);
af_link.c 59 .k_bool = true, .k_nextparser = &command_root.pb_parser}
af_atalk.c 75 1, 2, 10, NULL, "phase", &command_root.pb_parser);
78 &command_root.pb_parser);
parse.h 51 struct parser pb_parser; member in struct:pbranch
80 .pb_parser = {.p_name = (__name), .p_methods = &pbranch_methods},\
tunnel.c 71 "tundst", NULL, NULL, NULL, &command_root.pb_parser);
78 .k_nextparser = &command_root.pb_parser}
agr.c 59 agrsetport, "agrport", &command_root.pb_parser);
ether.c 74 &command_root.pb_parser);
parse.c 751 pb->pb_parser.p_initialized = false;
752 return parser_init(&pb->pb_parser);
820 pb->pb_parser.p_methods = &pbranch_methods;
821 pb->pb_parser.p_name = name;

Completed in 17 milliseconds