/netbsd-src/sbin/ifconfig/ |
H A D | lagg.c | 134 {.k_word = "dumpdu", .k_key = "lacpdumpdu", 137 , {.k_word = "-dumpdu", .k_key = "lacpdumpdu", 140 , {.k_word = "stopdu", .k_key = "lacpstopdu", 143 , {.k_word = "-stopdu", .k_key = "lacpstopdu", 146 , {.k_word = "optimistic", .k_key = "lacpoptimistic", 149 , {.k_word = "-optimistic", .k_key = "lacpoptimistic", 152 , {.k_word = "maxports", .k_nextparser = &lagglacpmaxports.pi_parser} 153 , {.k_word = "-maxports", .k_key = "lacpmaxports", 155 , {.k_word = "multi-linkspeed", .k_key = "lacpmultils", 158 , {.k_word = "-multi-linkspeed", .k_key = "lacpmultils", [all …]
|
H A D | carp.c | 74 {.k_word = "INIT", .k_type = KW_T_INT, .k_int = INIT, 76 , {.k_word = "BACKUP", .k_type = KW_T_INT, .k_int = BACKUP, 78 , {.k_word = "MASTER", .k_type = KW_T_INT, .k_int = MASTER, 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} 105 , {.k_word = "-carpdev", .k_key = "carpdev", .k_type = KW_T_STR, 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 | ifconfig.c | 150 , {.k_word = "down", .k_type = KW_T_INT, .k_int = -IFF_UP} 151 , {.k_word = "up", .k_type = KW_T_INT, .k_int = IFF_UP} 204 {.k_word = "alias", .k_key = "alias", .k_deact = "alias", 208 , {.k_word = "broadcast", .k_nextparser = &parse_broadcast.pa_parser} 209 , {.k_word = "delete", .k_key = "alias", .k_deact = "alias", 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} 215 , {.k_word = "preference", .k_act = "address", 217 , {.k_word [all...] |
H A D | pfsync.c | 77 {.k_word = "maxupd", .k_nextparser = &parse_maxupd.pi_parser}, 78 {.k_word = "syncdev", .k_nextparser = &pfsyncdev.pif_parser}, 79 {.k_word = "-syncdev", .k_key = "syncdev", .k_type = KW_T_STR, 82 {.k_word = "syncpeer", .k_nextparser = &parse_sync_peer.pa_parser}, 83 {.k_word = "-syncpeer", .k_key = "syncpeer", .k_type = KW_T_STR,
|
H A D | ieee80211.c | 118 {.k_word = "hidessid", .k_key = "hidessid", .k_neg = true, 121 , {.k_word = "apbridge", .k_key = "apbridge", .k_neg = true, 124 , {.k_word = "powersave", .k_key = "powersave", .k_neg = true, 130 {.k_word = "scan", .k_exec = scan_exec} 137 {.k_word = "bssid", .k_nextparser = &parse_bssid.ps_parser} 138 , {.k_word = "-bssid", .k_exec = unsetifbssid, 140 , {.k_word = "chan", .k_nextparser = &parse_chan.pi_parser} 141 , {.k_word = "-chan", .k_key = "chan", .k_type = KW_T_UINT, 144 , {.k_word = "frag", .k_nextparser = &parse_frag.pi_parser} 145 , {.k_word = "-frag", .k_key = "frag", .k_type = KW_T_INT, [all …]
|
H A D | l2tp.c | 88 {.k_word = "cookie", .k_nextparser = &l2tplocalcookielen.pi_parser} 89 ,{.k_word = "deletecookie", .k_exec = deletel2tpcookie, 91 ,{.k_word = "session", .k_nextparser = &l2tplocalsession.pi_parser} 92 ,{.k_word = "deletesession", .k_exec = deletel2tpsession,
|
H A D | media.c | 76 {.k_word = "instance", .k_key = "anymedia", .k_type = KW_T_BOOL, 79 , {.k_word = "inst", .k_key = "anymedia", .k_type = KW_T_BOOL, 82 , {.k_word = "media", .k_key = "anymedia", .k_type = KW_T_BOOL, 85 , {.k_word = "mediaopt", .k_key = "anymedia", .k_type = KW_T_BOOL, 88 , {.k_word = "-mediaopt", .k_key = "anymedia", .k_type = KW_T_BOOL, 91 , {.k_word = "mode", .k_key = "anymedia", .k_type = KW_T_BOOL,
|
H A D | vlan.c | 73 {.k_word = "vlan", .k_nextparser = &vlantag.pi_parser} 74 , {.k_word = "vlanif", .k_act = "vlantag", 76 , {.k_word = "-vlanif", .k_key = "vlanif", .k_type = KW_T_STR,
|
H A D | agr.c | 62 {.k_word = "agrport", .k_type = KW_T_INT, .k_int = AGRCMD_ADDPORT, 64 , {.k_word = "-agrport", .k_type = KW_T_INT, .k_int = AGRCMD_REMPORT,
|
H A D | tunnel.c | 77 {.k_word = "deletetunnel", .k_exec = deletetunnel, 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} 94 , {.k_word = "eui64", .k_key = "eui64", .k_type = KW_T_BOOL,
|
H A D | parse.h | 155 .k_word = (__word), .k_neg = true, .k_type = KW_T_INT, \ 170 const char *k_word; member
|
H A D | af_link.c | 58 {.k_word = "active", .k_key = "active", .k_type = KW_T_BOOL,
|
H A D | parse.c | 640 strcmp(k->k_word, arg + 1) == 0) in pkw_match() 642 else if (strcmp(k->k_word, arg) == 0) in pkw_match() 855 if (kws[i].k_word == NULL) in pkw_setwords()
|