Searched refs:PPPTUN_GNNAME (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/net/
H A Dsppptun.h61 #define PPPTUN_GNNAME _PPPTUN(5) /* get Nth interface name */ macro
82 * PPPTUN_GNNAME takes in a single int (0...N) and this structure is
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/sppptun/
H A Dsppptun.c402 if (strioctl(muxfd, PPPTUN_GNNAME, &ptn, sizeof (ptn),
403 sizeof (ptn), "PPPTUN_GNNAME") < 0) {
404 perror("PPPTUN_GNNAME");
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c1239 case PPPTUN_GNNAME:
1524 case PPPTUN_GNNAME:
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c1594 if (strioctl(tunfd, PPPTUN_GNNAME, &ptn, sizeof (ptn),
1596 logerr("PPPTUN_GNNAME %d: %s", i, mystrerror(errno));

Completed in 69 milliseconds