Searched refs:PPPTUN_GNNAME (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/net/ |
H A D | sppptun.h | 61 #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 D | sppptun.c | 402 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 D | sppptun.c | 1239 case PPPTUN_GNNAME: 1524 case PPPTUN_GNNAME:
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
H A D | options.c | 1594 if (strioctl(tunfd, PPPTUN_GNNAME, &ptn, sizeof (ptn), 1596 logerr("PPPTUN_GNNAME %d: %s", i, mystrerror(errno));
|
Completed in 149 milliseconds