Searched refs:k_nextparser (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/sbin/ifconfig/ |
H A D | carp.c | 75 .k_nextparser = &command_root.pb_parser} 77 .k_nextparser = &command_root.pb_parser} 79 .k_nextparser = &command_root.pb_parser} 102 {.k_word = "advbase", .k_nextparser = &parse_advbase.pi_parser} 103 , {.k_word = "advskew", .k_nextparser = &parse_advskew.pi_parser} 104 , {.k_word = "carpdev", .k_nextparser = &carpdev.pif_parser} 107 .k_nextparser = &command_root.pb_parser} 108 , {.k_word = "pass", .k_nextparser = &pass.ps_parser} 109 , {.k_word = "state", .k_nextparser = &carpstate.pk_parser} 110 , {.k_word = "vhid", .k_nextparser = &parse_vhid.pi_parser}
|
H A D | pfsync.c | 77 {.k_word = "maxupd", .k_nextparser = &parse_maxupd.pi_parser}, 78 {.k_word = "syncdev", .k_nextparser = &pfsyncdev.pif_parser}, 81 .k_nextparser = &command_root.pb_parser}, 82 {.k_word = "syncpeer", .k_nextparser = &parse_sync_peer.pa_parser}, 85 .k_nextparser = &command_root.pb_parser}
|
H A D | ifconfig.c | 207 .k_nextparser = &command_root.pb_parser} 208 , {.k_word = "broadcast", .k_nextparser = &parse_broadcast.pa_parser} 211 .k_nextparser = &command_root.pb_parser} 212 , {.k_word = "metric", .k_nextparser = &parse_metric.pi_parser} 213 , {.k_word = "mtu", .k_nextparser = &parse_mtu.pi_parser} 214 , {.k_word = "netmask", .k_nextparser = &parse_netmask.pa_parser} 216 .k_nextparser = &parse_preference.pi_parser} 217 , {.k_word = "prefixlen", .k_nextparser = &parse_prefixlen.pi_parser} 219 .k_exec = notrailers, .k_nextparser = &command_root.pb_parser} 220 , {.k_word = "linkstr", .k_nextparser [all...] |
H A D | l2tp.c | 88 {.k_word = "cookie", .k_nextparser = &l2tplocalcookielen.pi_parser} 90 .k_nextparser = &command_root.pb_parser} 91 ,{.k_word = "session", .k_nextparser = &l2tplocalsession.pi_parser} 93 .k_nextparser = &command_root.pb_parser}
|
H A D | lagg.c | 152 , {.k_word = "maxports", .k_nextparser = &lagglacpmaxports.pi_parser} 177 {.k_word = "laggproto", .k_nextparser = &laggproto.ps_parser} 181 .k_int = LAGGPORT_ADD, .k_nextparser = &laggaddport.pif_parser} 183 .k_int = LAGGPORT_DEL, .k_nextparser = &laggdelport.pif_parser} 184 , {.k_word = "lagglacp", .k_nextparser = &lagglacp.pk_parser} 185 , {.k_word = "laggportpri", .k_nextparser = &laggportpri_if.pif_parser} 186 , {.k_word = "laggfailover", .k_nextparser = &laggfail.pk_parser} 192 {.k_word = "pri", .k_nextparser = &laggportoptpri.pi_parser}
|
H A D | media.c | 78 .k_nextparser = &mediainst.pi_parser} 81 .k_nextparser = &mediainst.pi_parser} 84 .k_nextparser = &media.ps_parser} 87 .k_nextparser = &mediaopt.ps_parser} 90 .k_nextparser = &unmediaopt.ps_parser} 93 .k_nextparser = &mediamode.ps_parser}
|
H A D | ieee80211.c | 137 {.k_word = "bssid", .k_nextparser = &parse_bssid.ps_parser} 139 .k_nextparser = &command_root.pb_parser} 140 , {.k_word = "chan", .k_nextparser = &parse_chan.pi_parser} 143 .k_nextparser = &command_root.pb_parser} 144 , {.k_word = "frag", .k_nextparser = &parse_frag.pi_parser} 147 .k_nextparser = &command_root.pb_parser} 148 , {.k_word = "list", .k_nextparser = &lists.pk_parser} 149 , {.k_word = "nwid", .k_nextparser = &parse_ssid.ps_parser} 150 , {.k_word = "nwkey", .k_nextparser = &parse_nwkey.ps_parser} 152 .k_nextparser = &command_root.pb_parser} [all …]
|
H A D | vlan.c | 73 {.k_word = "vlan", .k_nextparser = &vlantag.pi_parser} 75 .k_nextparser = &vlanif.pif_parser}
|
H A D | agr.c | 63 .k_nextparser = &agrif.pif_parser} 65 .k_nextparser = &agrif.pif_parser}
|
H A D | tunnel.c | 78 .k_nextparser = &command_root.pb_parser} 79 , {.k_word = "tunnel", .k_nextparser = &tunsrc.pa_parser}
|
H A D | af_atalk.c | 81 {.k_word = "phase", .k_nextparser = &phase.pi_parser} 82 , {.k_word = "range", .k_nextparser = &parse_range.ps_parser}
|
H A D | af_inet6.c | 92 {.k_word = "pltime", .k_nextparser = &parse_pltime.pi_parser} 93 , {.k_word = "vltime", .k_nextparser = &parse_vltime.pi_parser} 95 .k_bool = true, .k_nextparser = &command_root.pb_parser}
|
H A D | af_link.c | 59 .k_bool = true, .k_nextparser = &command_root.pb_parser}
|
H A D | parse.c | 695 om->m_nextparser = k->k_nextparser; in pkw_match() 860 if (k->k_nextparser == NULL) in pkw_setwords() 861 k->k_nextparser = defnext; in pkw_setwords() 894 np = k->k_nextparser; in pkw_init()
|
H A D | parse.h | 196 struct parser *k_nextparser; member
|