Searched refs:OPT_A2INFO (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | options.c | 228 OPT_A2INFO | OPT_PRIVFIX, &initializer_info }, 231 OPT_A2INFO | OPT_PRIVFIX, &connect_script_info }, 234 OPT_A2INFO | OPT_PRIVFIX, &disconnect_script_info }, 237 OPT_A2INFO | OPT_PRIVFIX, &welcomer_info }, 240 OPT_A2INFO | OPT_PRIVFIX | OPT_DEVNAM, &ptycommand_info }, 839 if (opt->flags & OPT_A2INFO) {
|
H A D | pppd.h | 137 #define OPT_A2INFO 0x100000 /* addr2 -> option_info to update */ macro
|