Home
last modified time | relevance | path

Searched refs:OPT_DEVNAM (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c234 OPT_A2INFO | OPT_PRIVFIX | OPT_DEVNAM, &ptycommand_info },
236 "Input/output is not a tty", OPT_DEVNAM | 1 },
238 "Use standard input as tty without checking", OPT_DEVNAM | 1 },
240 "Send and receive over socket, arg is host:port", OPT_DEVNAM },
H A Dpppd.h151 #define OPT_DEVNAM (OPT_PREPASS | OPT_INITONLY | OPT_DEVEQUIV) macro