Home
last modified time | relevance | path

Searched refs:tunnam (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoed.c90 tunfd = open(tunnam, O_RDWR); in open_tunnel_dev()
92 early_error(tunnam); in open_tunnel_dev()
413 logerr("%s getmsg: %s", tunnam, mystrerror(err)); in main_loop()
417 logwarn("%s returned truncated data", tunnam); in main_loop()
H A Dcommon.h53 extern const char tunnam[];
H A Dcommon.c53 const char tunnam[] = "/dev/" PPP_TUN_NAME; variable
H A Dpppoec.c1638 tunfd = open(tunnam, O_RDWR | O_NOCTTY); in main()
1640 logstrerror(tunnam); in main()
H A Doptions.c2097 newtun = open(tunnam, O_RDWR); in launch_service()