Searched refs:pi_parser (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/sbin/ifconfig/ |
H A D | l2tp.c | 69 &l2tpremotesession.pi_parser); 77 &l2tpremotecookie.pi_parser); 81 &l2tpremotecookielen.pi_parser); 85 &l2tplocalcookie.pi_parser); 88 {.k_word = "cookie", .k_nextparser = &l2tplocalcookielen.pi_parser} 91 ,{.k_word = "session", .k_nextparser = &l2tplocalsession.pi_parser}
|
H A D | carp.c | 102 {.k_word = "advbase", .k_nextparser = &parse_advbase.pi_parser} 103 , {.k_word = "advskew", .k_nextparser = &parse_advskew.pi_parser} 110 , {.k_word = "vhid", .k_nextparser = &parse_vhid.pi_parser}
|
H A D | parse.h | 124 .pi_parser = {.p_name = (__name), .p_methods = &pinteger_methods,\ 218 struct parser pi_parser; member
|
H A D | lagg.c | 131 &laggportpri_num.pi_parser); 152 , {.k_word = "maxports", .k_nextparser = &lagglacpmaxports.pi_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}
|
H A D | vlan.c | 73 {.k_word = "vlan", .k_nextparser = &vlantag.pi_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}
|
H A D | pfsync.c | 77 {.k_word = "maxupd", .k_nextparser = &parse_maxupd.pi_parser},
|
H A D | ieee80211.c | 140 , {.k_word = "chan", .k_nextparser = &parse_chan.pi_parser} 144 , {.k_word = "frag", .k_nextparser = &parse_frag.pi_parser} 153 , {.k_word = "rts", .k_nextparser = &parse_rts.pi_parser} 159 .k_nextparser = &parse_powersavesleep.pi_parser}
|
H A D | ifconfig.c | 212 , {.k_word = "metric", .k_nextparser = &parse_metric.pi_parser} 213 , {.k_word = "mtu", .k_nextparser = &parse_mtu.pi_parser} 216 .k_nextparser = &parse_preference.pi_parser} 217 , {.k_word = "prefixlen", .k_nextparser = &parse_prefixlen.pi_parser}
|
H A D | af_atalk.c | 81 {.k_word = "phase", .k_nextparser = &phase.pi_parser}
|