| ifconfig.c | 174 extern struct pbranch command_root; 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 315 struct pbranch command_root = PBRANCH_INITIALIZER(&command_root, variable in typeref:struct:pbranch [all...] |