Home | History | Annotate | Download | only in sysinst

Lines Matching defs:net_defroute

85 static char net_defroute[STRSIZE];
658 strlcpy(net_defroute, textbuf,
659 sizeof net_defroute);
661 if ((nline = strchr(net_defroute, '\n')))
751 msg_prompt_add(MSG_net_defroute, net_defroute, net_defroute,
752 sizeof net_defroute);
781 *net_defroute == '\0' ? "<none>" : net_defroute);
791 *net_defroute == '\0' ? "<none>" : net_defroute);
880 if (!nfs_root && net_defroute[0] != '\0') {
884 "/sbin/route -n add default %s", net_defroute);
1186 add_rc_conf("defaultroute=\"%s\"\n", net_defroute);