Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h150 #define OPT_DEVEQUIV 0x4000000 /* equiv to device name */ macro
151 #define OPT_DEVNAM (OPT_PREPASS | OPT_INITONLY | OPT_DEVEQUIV)
H A Doptions.c511 if ((opt->flags & OPT_DEVEQUIV) && devnam_fixed) {