]> git.ozlabs.org Git - ppp.git/blob - pppd/sys-solaris.c
Separate out the setting of the interface MTU from the setting of
[ppp.git] / pppd / sys-solaris.c
1 /*
2  * System-dependent procedures for pppd under Solaris 2.
3  *
4  * Parts re-written by Adi Masputra <adi.masputra@sun.com>, based on 
5  * the original sys-svr4.c
6  *
7  * Copyright (c) 2000 by Sun Microsystems, Inc.
8  * All rights reserved.
9  *
10  * Permission to use, copy, modify, and distribute this software and its
11  * documentation is hereby granted, provided that the above copyright
12  * notice appears in all copies.  
13  *
14  * SUN MAKES NO REPRESENTATION OR WARRANTIES ABOUT THE SUITABILITY OF
15  * THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
16  * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
17  * PARTICULAR PURPOSE, OR NON-INFRINGEMENT.  SUN SHALL NOT BE LIABLE FOR
18  * ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
19  * DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES
20  *
21  * Copyright (c) 1994 The Australian National University.
22  * All rights reserved.
23  *
24  * Permission to use, copy, modify, and distribute this software and its
25  * documentation is hereby granted, provided that the above copyright
26  * notice appears in all copies.  This software is provided without any
27  * warranty, express or implied. The Australian National University
28  * makes no representations about the suitability of this software for
29  * any purpose.
30  *
31  * IN NO EVENT SHALL THE AUSTRALIAN NATIONAL UNIVERSITY BE LIABLE TO ANY
32  * PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
33  * ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF
34  * THE AUSTRALIAN NATIONAL UNIVERSITY HAVE BEEN ADVISED OF THE POSSIBILITY
35  * OF SUCH DAMAGE.
36  *
37  * THE AUSTRALIAN NATIONAL UNIVERSITY SPECIFICALLY DISCLAIMS ANY WARRANTIES,
38  * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
39  * AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
40  * ON AN "AS IS" BASIS, AND THE AUSTRALIAN NATIONAL UNIVERSITY HAS NO
41  * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS,
42  * OR MODIFICATIONS.
43  */
44
45 #define RCSID   "$Id: sys-solaris.c,v 1.3 2001/03/08 05:14:26 paulus Exp $"
46
47 #include <limits.h>
48 #include <stdio.h>
49 #include <stddef.h>
50 #include <stdlib.h>
51 #include <ctype.h>
52 #include <errno.h>
53 #include <fcntl.h>
54 #include <unistd.h>
55 #include <termios.h>
56 #ifndef CRTSCTS
57 #include <sys/termiox.h>
58 #endif
59 #include <signal.h>
60 #include <utmpx.h>
61 #include <sys/types.h>
62 #include <sys/ioccom.h>
63 #include <sys/stream.h>
64 #include <sys/stropts.h>
65 #include <sys/socket.h>
66 #include <sys/sockio.h>
67 #include <sys/sysmacros.h>
68 #include <sys/systeminfo.h>
69 #include <sys/dlpi.h>
70 #include <sys/stat.h>
71 #include <sys/mkdev.h>
72 #include <net/if.h>
73 #include <net/if_arp.h>
74 #include <net/route.h>
75 #include <net/ppp_defs.h>
76 #include <net/pppio.h>
77 #include <netinet/in.h>
78 #ifdef SOL2
79 #include <sys/tihdr.h>
80 #include <sys/tiuser.h>
81 #include <inet/common.h>
82 #include <inet/mib2.h>
83 #include <sys/ethernet.h>
84 #endif
85
86 #include "pppd.h"
87 #include "fsm.h"
88 #include "lcp.h"
89 #include "ipcp.h"
90 #include "ccp.h"
91
92 #if !defined(PPP_DRV_NAME)
93 #define PPP_DRV_NAME    "ppp"
94 #endif /* !defined(PPP_DRV_NAME) */
95
96 #if !defined(PPP_DEV_NAME)
97 #define PPP_DEV_NAME    "/dev/" PPP_DRV_NAME
98 #endif /* !defined(PPP_DEV_NAME) */
99
100 #if !defined(AHDLC_MOD_NAME)
101 #define AHDLC_MOD_NAME  "ppp_ahdl"
102 #endif /* !defined(AHDLC_MOD_NAME) */
103
104 #if !defined(COMP_MOD_NAME)
105 #define COMP_MOD_NAME   "ppp_comp"
106 #endif /* !defined(COMP_MOD_NAME) */
107
108 #if !defined(IP_DEV_NAME)
109 #define IP_DEV_NAME     "/dev/ip"
110 #endif /* !defined(IP_DEV_NAME) */
111
112 #if !defined(IP_MOD_NAME)
113 #define IP_MOD_NAME     "ip"
114 #endif /* !defined(IP_MOD_NAME) */
115
116 #if !defined(UDP_DEV_NAME) && defined(SOL2)
117 #define UDP_DEV_NAME    "/dev/udp"
118 #endif /* !defined(UDP_DEV_NAME) && defined(SOL2) */
119
120 #if !defined(UDP6_DEV_NAME) && defined(SOL2)
121 #define UDP6_DEV_NAME   "/dev/udp6"
122 #endif /* !defined(UDP6_DEV_NAME) && defined(SOL2) */
123
124 static const char rcsid[] = RCSID;
125
126 #if defined(SOL2)
127 /*
128  * "/dev/udp" is used as a multiplexor to PLINK the interface stream
129  * under. It is used in place of "/dev/ip" since STREAMS will not let
130  * a driver be PLINK'ed under itself, and "/dev/ip" is typically the
131  * driver at the bottom of the tunneling interfaces stream.
132  */
133 static char *mux_dev_name = UDP_DEV_NAME;
134 #else
135 static char *mux_dev_name = IP_DEV_NAME;
136 #endif
137 static int      pppfd;
138 static int      fdmuxid = -1;
139 static int      ipfd;
140 static int      ipmuxid = -1;
141
142 #if defined(INET6) && defined(SOL2)
143 static int      ip6fd;          /* IP file descriptor */
144 static int      ip6muxid = -1;  /* Multiplexer file descriptor */
145 static int      if6_is_up = 0;  /* IPv6 interface has been marked up */
146
147 #define _IN6_LLX_FROM_EUI64(l, s, eui64, as) do {       \
148         s->sin6_addr.s6_addr32[0] = htonl(as);  \
149         eui64_copy(eui64, s->sin6_addr.s6_addr32[2]);   \
150         s->sin6_family = AF_INET6;              \
151         l.lifr_addr.ss_family = AF_INET6;       \
152         l.lifr_addrlen = 10;                    \
153         l.lifr_addr = laddr;                    \
154         } while (0)
155
156 #define IN6_LLADDR_FROM_EUI64(l, s, eui64)  \
157     _IN6_LLX_FROM_EUI64(l, s, eui64, 0xfe800000)
158
159 #define IN6_LLTOKEN_FROM_EUI64(l, s, eui64) \
160     _IN6_LLX_FROM_EUI64(l, s, eui64, 0)
161
162 #endif /* defined(INET6) && defined(SOL2) */
163
164 #if defined(INET6) && defined(SOL2)
165 static char     first_ether_name[LIFNAMSIZ];    /* Solaris 8 and above */
166 #else
167 static char     first_ether_name[IFNAMSIZ];     /* Before Solaris 8 */
168 #define MAXIFS          256                     /* Max # of interfaces */
169 #endif /* defined(INET6) && defined(SOL2) */
170
171 static int      restore_term;
172 static struct termios inittermios;
173 #ifndef CRTSCTS
174 static struct termiox inittermiox;
175 static int      termiox_ok;
176 #endif
177 static struct winsize wsinfo;   /* Initial window size info */
178 static pid_t    tty_sid;        /* original session ID for terminal */
179
180 extern u_char   inpacket_buf[]; /* borrowed from main.c */
181
182 #define MAX_POLLFDS     32
183 static struct pollfd pollfds[MAX_POLLFDS];
184 static int n_pollfds;
185
186 static int      link_mtu, link_mru;
187
188 #define NMODULES        32
189 static int      tty_nmodules;
190 static char     tty_modules[NMODULES][FMNAMESZ+1];
191 static int      tty_npushed;
192
193 static int      if_is_up;       /* Interface has been marked up */
194 static u_int32_t remote_addr;           /* IP address of peer */
195 static u_int32_t default_route_gateway; /* Gateway for default route added */
196 static u_int32_t proxy_arp_addr;        /* Addr for proxy arp entry added */
197
198 /* Prototypes for procedures local to this file. */
199 static int translate_speed __P((int));
200 static int baud_rate_of __P((int));
201 static int get_ether_addr __P((u_int32_t, struct sockaddr *));
202 static int get_hw_addr __P((char *, u_int32_t, struct sockaddr *));
203 static int get_hw_addr_dlpi __P((char *, struct sockaddr *));
204 static int dlpi_attach __P((int, int));
205 static int dlpi_info_req __P((int));
206 static int dlpi_get_reply __P((int, union DL_primitives *, int, int));
207 static int strioctl __P((int, int, void *, int, int));
208
209 #ifdef SOL2
210 /*
211  * sifppa - Sets interface ppa
212  *
213  * without setting the ppa, ip module will return EINVAL upon setting the
214  * interface UP (SIOCSxIFFLAGS). This is because ip module in 2.8 expects
215  * two DLPI_INFO_REQ to be sent down to the driver (below ip) before
216  * IFF_UP can be set. Plumbing the device causes one DLPI_INFO_REQ to
217  * be sent down, and the second DLPI_INFO_REQ is sent upon receiving
218  * IF_UNITSEL (old) or SIOCSLIFNAME (new) ioctls. Such setting of the ppa
219  * is required because the ppp DLPI provider advertises itself as
220  * a DLPI style 2 type, which requires a point of attachment to be
221  * specified. The only way the user can specify a point of attachment
222  * is via SIOCSLIFNAME or IF_UNITSEL.
223  *
224  * Such changes in the behavior of ip module was made to meet new or
225  * evolving standards requirements.
226  *
227  */
228 static int
229 sifppa(fd, ppa)
230     int fd;
231     int ppa;
232 {
233     return (int)ioctl(fd, IF_UNITSEL, (char *)&ppa);
234 }
235 #endif /* SOL2 */
236
237 #if defined(SOL2) && defined(INET6)
238 /*
239  * get_first_ethernet - returns the first Ethernet interface name found in 
240  * the system, or NULL if none is found
241  *
242  * NOTE: This is the lifreq version (Solaris 8 and above)
243  */
244 char *
245 get_first_ethernet()
246 {
247     struct lifnum lifn;
248     struct lifconf lifc;
249     struct lifreq *plifreq;
250     struct lifreq lifr;
251     int fd, num_ifs, i, found;
252     uint_t fl, req_size;
253     char *req;
254
255     fd = socket(AF_INET, SOCK_DGRAM, 0);
256     if (fd < 0) {
257         return 0;
258     }
259
260     /*
261      * Find out how many interfaces are running
262      */
263     lifn.lifn_family = AF_UNSPEC;
264     lifn.lifn_flags = LIFC_NOXMIT;
265     if (ioctl(fd, SIOCGLIFNUM, &lifn) < 0) {
266         close(fd);
267         error("could not determine number of interfaces: %m");
268         return 0;
269     }
270
271     num_ifs = lifn.lifn_count;
272     req_size = num_ifs * sizeof(struct lifreq);
273     req = malloc(req_size);
274     if (req == NULL) {
275         close(fd);
276         error("out of memory");
277         return 0;
278     }
279
280     /*
281      * Get interface configuration info for all interfaces
282      */
283     lifc.lifc_family = AF_UNSPEC;
284     lifc.lifc_flags = LIFC_NOXMIT;
285     lifc.lifc_len = req_size;
286     lifc.lifc_buf = req;
287     if (ioctl(fd, SIOCGLIFCONF, &lifc) < 0) {
288         close(fd);
289         free(req);
290         error("SIOCGLIFCONF: %m");
291         return 0;
292     }
293
294     /*
295      * And traverse each interface to look specifically for the first
296      * occurence of an Ethernet interface which has been marked up
297      */
298     plifreq = lifc.lifc_req;
299     found = 0;
300     for (i = lifc.lifc_len / sizeof(struct lifreq); i > 0; i--, plifreq++) {
301
302         if (strchr(plifreq->lifr_name, ':') != NULL)
303             continue;
304
305         memset(&lifr, 0, sizeof(lifr));
306         strncpy(lifr.lifr_name, plifreq->lifr_name, sizeof(lifr.lifr_name));
307         if (ioctl(fd, SIOCGLIFFLAGS, &lifr) < 0) {
308             close(fd);
309             free(req);
310             error("SIOCGLIFFLAGS: %m");
311             return 0;
312         }
313         fl = lifr.lifr_flags;
314
315         if ((fl & (IFF_UP|IFF_BROADCAST|IFF_POINTOPOINT|IFF_LOOPBACK|IFF_NOARP))
316                 != (IFF_UP | IFF_BROADCAST))
317             continue;
318
319         found = 1;
320         break;
321     }
322     free(req);
323     close(fd);
324
325     if (found) {
326         strncpy(first_ether_name, lifr.lifr_name, sizeof(first_ether_name));
327         return (char *)first_ether_name;
328     } else
329         return NULL;
330 }
331 #else
332 /*
333  * get_first_ethernet - returns the first Ethernet interface name found in 
334  * the system, or NULL if none is found
335  *
336  * NOTE: This is the ifreq version (before Solaris 8). 
337  */
338 char *
339 get_first_ethernet()
340 {
341     struct ifconf ifc;
342     struct ifreq *pifreq;
343     struct ifreq ifr;
344     int fd, num_ifs, i, found;
345     uint_t fl, req_size;
346     char *req;
347
348     fd = socket(AF_INET, SOCK_DGRAM, 0);
349     if (fd < 0) {
350         return 0;
351     }
352
353     /*
354      * Find out how many interfaces are running
355      */
356     if (ioctl(fd, SIOCGIFNUM, (char *)&num_ifs) < 0) {
357         num_ifs = MAXIFS;
358     }
359
360     req_size = num_ifs * sizeof(struct ifreq);
361     req = malloc(req_size);
362     if (req == NULL) {
363         close(fd);
364         error("out of memory");
365         return 0;
366     }
367
368     /*
369      * Get interface configuration info for all interfaces
370      */
371     ifc.ifc_len = req_size;
372     ifc.ifc_buf = req;
373     if (ioctl(fd, SIOCGIFCONF, &ifc) < 0) {
374         close(fd);
375         free(req);
376         error("SIOCGIFCONF: %m");
377         return 0;
378     }
379
380     /*
381      * And traverse each interface to look specifically for the first
382      * occurence of an Ethernet interface which has been marked up
383      */
384     pifreq = ifc.ifc_req;
385     found = 0;
386     for (i = ifc.ifc_len / sizeof(struct ifreq); i > 0; i--, pifreq++) {
387
388         if (strchr(pifreq->ifr_name, ':') != NULL)
389             continue;
390
391         memset(&ifr, 0, sizeof(ifr));
392         strncpy(ifr.ifr_name, pifreq->ifr_name, sizeof(ifr.ifr_name));
393         if (ioctl(fd, SIOCGIFFLAGS, &ifr) < 0) {
394             close(fd);
395             free(req);
396             error("SIOCGIFFLAGS: %m");
397             return 0;
398         }
399         fl = ifr.ifr_flags;
400
401         if ((fl & (IFF_UP|IFF_BROADCAST|IFF_POINTOPOINT|IFF_LOOPBACK|IFF_NOARP))
402                 != (IFF_UP | IFF_BROADCAST))
403             continue;
404
405         found = 1;
406         break;
407     }
408     free(req);
409     close(fd);
410
411     if (found) {
412         strncpy(first_ether_name, ifr.ifr_name, sizeof(first_ether_name));
413         return (char *)first_ether_name;
414     } else
415         return NULL;
416 }
417 #endif /* defined(SOL2) && defined(INET6) */
418
419 #if defined(SOL2)
420 /*
421  * get_if_hwaddr - get the hardware address for the specified
422  * network interface device.
423  */
424 int
425 get_if_hwaddr(u_char *addr, char *if_name)
426 {
427     struct sockaddr s_eth_addr;
428     struct ether_addr *eth_addr = (struct ether_addr *)&s_eth_addr.sa_data;
429
430     if (if_name == NULL)
431         return -1;
432
433     /*
434      * Send DL_INFO_REQ to the driver to solicit its MAC address
435      */
436     if (!get_hw_addr_dlpi(if_name, &s_eth_addr)) {
437         error("could not obtain hardware address for %s", if_name);
438         return -1;
439     }
440
441     memcpy(addr, eth_addr->ether_addr_octet, 6);
442     return 1;
443 }
444 #endif /* SOL2 */
445
446 #if defined(SOL2) && defined(INET6)
447 /*
448  * slifname - Sets interface ppa and flags
449  *
450  * in addition to the comments stated in sifppa(), IFF_IPV6 bit must
451  * be set in order to declare this as an IPv6 interface
452  */
453 static int
454 slifname(fd, ppa)
455     int fd;
456     int ppa;
457 {
458     struct  lifreq lifr;
459     int     ret;
460
461     memset(&lifr, 0, sizeof(lifr));
462     ret = ioctl(fd, SIOCGLIFFLAGS, &lifr);
463     if (ret < 0)
464         goto slifname_done;
465
466     lifr.lifr_flags |= IFF_IPV6;
467     lifr.lifr_flags &= ~(IFF_BROADCAST | IFF_IPV4);
468     lifr.lifr_ppa = ppa;
469     strlcpy(lifr.lifr_name, ifname, sizeof(lifr.lifr_name));
470
471     ret = ioctl(fd, SIOCSLIFNAME, &lifr);
472
473 slifname_done:
474     return ret;
475
476
477 }
478
479
480 /*
481  * ether_to_eui64 - Convert 48-bit Ethernet address into 64-bit EUI
482  *
483  * walks the list of valid ethernet interfaces, and convert the first
484  * found 48-bit MAC address into EUI 64. caller also assumes that
485  * the system has a properly configured Ethernet interface for this
486  * function to return non-zero.
487  */
488 int
489 ether_to_eui64(eui64_t *p_eui64)
490 {
491     struct sockaddr s_eth_addr;
492     struct ether_addr *eth_addr = (struct ether_addr *)&s_eth_addr.sa_data;
493     char *if_name;
494
495     if ((if_name = get_first_ethernet()) == NULL) {
496         error("no persistent id can be found");
497         return 0;
498     }
499  
500     /*
501      * Send DL_INFO_REQ to the driver to solicit its MAC address
502      */
503     if (!get_hw_addr_dlpi(if_name, &s_eth_addr)) {
504         error("could not obtain hardware address for %s", if_name);
505         return 0;
506     }
507
508     /*
509      * And convert the EUI-48 into EUI-64, per RFC 2472 [sec 4.1]
510      */
511     p_eui64->e8[0] = (eth_addr->ether_addr_octet[0] & 0xFF) | 0x02;
512     p_eui64->e8[1] = (eth_addr->ether_addr_octet[1] & 0xFF);
513     p_eui64->e8[2] = (eth_addr->ether_addr_octet[2] & 0xFF);
514     p_eui64->e8[3] = 0xFF;
515     p_eui64->e8[4] = 0xFE;
516     p_eui64->e8[5] = (eth_addr->ether_addr_octet[3] & 0xFF);
517     p_eui64->e8[6] = (eth_addr->ether_addr_octet[4] & 0xFF);
518     p_eui64->e8[7] = (eth_addr->ether_addr_octet[5] & 0xFF);
519
520     return 1;
521 }
522 #endif /* defined(SOL2) && defined(INET6) */
523
524 /*
525  * sys_init - System-dependent initialization.
526  */
527 void
528 sys_init()
529 {
530     int ifd, x;
531     struct ifreq ifr;
532 #if defined(INET6) && defined(SOL2)
533     int i6fd;
534     struct lifreq lifr;
535 #endif /* defined(INET6) && defined(SOL2) */
536 #if !defined(SOL2)
537     struct {
538         union DL_primitives prim;
539         char space[64];
540     } reply;
541 #endif /* !defined(SOL2) */
542
543     ipfd = open(mux_dev_name, O_RDWR, 0);
544     if (ipfd < 0)
545         fatal("Couldn't open IP device: %m");
546
547 #if defined(INET6) && defined(SOL2)
548     ip6fd = open(UDP6_DEV_NAME, O_RDWR, 0);
549     if (ip6fd < 0)
550         fatal("Couldn't open IP device (2): %m");
551 #endif /* defined(INET6) && defined(SOL2) */
552
553     if (default_device && !notty)
554         tty_sid = getsid((pid_t)0);
555
556     pppfd = open(PPP_DEV_NAME, O_RDWR | O_NONBLOCK, 0);
557     if (pppfd < 0)
558         fatal("Can't open %s: %m", PPP_DEV_NAME);
559     if (kdebugflag & 1) {
560         x = PPPDBG_LOG + PPPDBG_DRIVER;
561         strioctl(pppfd, PPPIO_DEBUG, &x, sizeof(int), 0);
562     }
563
564     /* Assign a new PPA and get its unit number. */
565     if (strioctl(pppfd, PPPIO_NEWPPA, &ifunit, 0, sizeof(int)) < 0)
566         fatal("Can't create new PPP interface: %m");
567
568 #if defined(SOL2)
569     /*
570      * Since sys_init() is called prior to ifname being set in main(),
571      * we need to get the ifname now, otherwise slifname(), and others,
572      * will fail, or maybe, I should move them to a later point ?
573      * <adi.masputra@sun.com>
574      */
575     sprintf(ifname, PPP_DRV_NAME "%d", ifunit);
576 #endif /* defined(SOL2) */
577     /*
578      * Open the ppp device again and link it under the ip multiplexor.
579      * IP will assign a unit number which hopefully is the same as ifunit.
580      * I don't know any way to be certain they will be the same. :-(
581      */
582     ifd = open(PPP_DEV_NAME, O_RDWR, 0);
583     if (ifd < 0)
584         fatal("Can't open %s (2): %m", PPP_DEV_NAME);
585     if (kdebugflag & 1) {
586         x = PPPDBG_LOG + PPPDBG_DRIVER;
587         strioctl(ifd, PPPIO_DEBUG, &x, sizeof(int), 0);
588     }
589
590 #if defined(INET6) && defined(SOL2)
591     i6fd = open(PPP_DEV_NAME, O_RDWR, 0);
592     if (i6fd < 0) {
593         close(ifd);
594         fatal("Can't open %s (3): %m", PPP_DEV_NAME);
595     }
596     if (kdebugflag & 1) {
597         x = PPPDBG_LOG + PPPDBG_DRIVER;
598         strioctl(i6fd, PPPIO_DEBUG, &x, sizeof(int), 0);
599     }
600 #endif /* defined(INET6) && defined(SOL2) */
601
602 #if defined(SOL2)
603     if (ioctl(ifd, I_PUSH, IP_MOD_NAME) < 0) {
604         close(ifd);
605 #if defined(INET6)
606         close(i6fd);
607 #endif /* defined(INET6) */
608         fatal("Can't push IP module: %m");
609     }
610
611     /*
612      * Assign ppa according to the unit number returned by ppp device
613      * after plumbing is completed above.
614      */
615     if (sifppa(ifd, ifunit) < 0) {
616         close (ifd);
617 #if defined(INET6)
618         close(i6fd);
619 #endif /* defined(INET6) */
620         fatal("Can't set ppa for unit %d: %m", ifunit);
621     }
622
623 #if defined(INET6)
624     /*
625      * An IPv6 interface is created anyway, even when the user does not 
626      * explicitly enable it. Note that the interface will be marked
627      * IPv6 during slifname().
628      */
629     if (ioctl(i6fd, I_PUSH, IP_MOD_NAME) < 0) {
630         close(ifd);
631         close(i6fd);
632         fatal("Can't push IP module (2): %m");
633     }
634
635     /*
636      * Assign ppa according to the unit number returned by ppp device
637      * after plumbing is completed above. In addition, mark the interface
638      * as an IPv6 interface.
639      */
640     if (slifname(i6fd, ifunit) < 0) {
641         close(ifd);
642         close(i6fd);
643         fatal("Can't set ifname for unit %d: %m", ifunit);
644     }
645 #endif /* defined(INET6) */
646
647     ipmuxid = ioctl(ipfd, I_PLINK, ifd);
648     close(ifd);
649     if (ipmuxid < 0) {
650 #if defined(INET6)
651         close(i6fd);
652 #endif /* defined(INET6) */
653         fatal("Can't I_PLINK PPP device to IP: %m");
654     }
655
656     memset(&ifr, 0, sizeof(ifr));
657     sprintf(ifr.ifr_name, "%s", ifname);
658     ifr.ifr_ip_muxid = ipmuxid;
659
660     /*
661      * In Sol 8 and later, STREAMS dynamic module plumbing feature exists.
662      * This is so that an arbitrary module can be inserted, or deleted, 
663      * between ip module and the device driver without tearing down the 
664      * existing stream. Such feature requires the mux ids, which is set 
665      * by SIOCSIFMUXID (or SIOCLSIFMUXID).
666      */
667     if (ioctl(ipfd, SIOCSIFMUXID, &ifr) < 0) {
668         ioctl(ipfd, I_PUNLINK, ipmuxid);
669 #if defined(INET6)
670         close(i6fd);
671 #endif /* defined(INET6) */
672         fatal("SIOCSIFMUXID: %m");
673     }
674
675 #else /* else if !defined(SOL2) */
676
677     if (dlpi_attach(ifd, ifunit) < 0 ||
678         dlpi_get_reply(ifd, &reply.prim, DL_OK_ACK, sizeof(reply)) < 0) {
679         close(ifd);
680         fatal("Can't attach to ppp%d: %m", ifunit);
681     }
682
683     ipmuxid = ioctl(ipfd, I_LINK, ifd);
684     close(ifd);
685     if (ipmuxid < 0)
686         fatal("Can't link PPP device to IP: %m");
687 #endif /* defined(SOL2) */
688
689 #if defined(INET6) && defined(SOL2)
690     ip6muxid = ioctl(ip6fd, I_PLINK, i6fd);
691     close(i6fd);
692     if (ip6muxid < 0) {
693         ioctl(ipfd, I_PUNLINK, ipmuxid);
694         fatal("Can't I_PLINK PPP device to IP (2): %m");
695     }
696
697     memset(&lifr, 0, sizeof(lifr));
698     sprintf(lifr.lifr_name, "%s", ifname);
699     lifr.lifr_ip_muxid = ip6muxid;
700
701     /*
702      * Let IP know of the mux id [see comment for SIOCSIFMUXID above]
703      */
704     if (ioctl(ip6fd, SIOCSLIFMUXID, &lifr) < 0) {
705         ioctl(ipfd, I_PUNLINK, ipmuxid);
706         ioctl(ip6fd, I_PUNLINK, ip6muxid);
707         fatal("Can't link PPP device to IP (2): %m");
708     }
709 #endif /* defined(INET6) && defined(SOL2) */
710
711 #if !defined(SOL2)
712     /* Set the interface name for the link. */
713     slprintf(ifr.ifr_name, sizeof(ifr.ifr_name), PPP_DRV_NAME "%d", ifunit);
714     ifr.ifr_metric = ipmuxid;
715     if (strioctl(ipfd, SIOCSIFNAME, (char *)&ifr, sizeof ifr, 0) < 0)
716         fatal("Can't set interface name %s: %m", ifr.ifr_name);
717 #endif /* !defined(SOL2) */
718
719     n_pollfds = 0;
720 }
721
722 /*
723  * sys_cleanup - restore any system state we modified before exiting:
724  * mark the interface down, delete default route and/or proxy arp entry.
725  * This should call die() because it's called from die().
726  */
727 void
728 sys_cleanup()
729 {
730 #if defined(SOL2)
731     struct ifreq ifr;
732 #if defined(INET6)
733     struct lifreq lifr;
734 #endif /* defined(INET6) */
735 #endif /* defined(SOL2) */
736
737 #if defined(SOL2) && defined(INET6)
738     if (if6_is_up)
739         sif6down(0);
740 #endif /* defined(SOL2) && defined(INET6) */
741     if (if_is_up)
742         sifdown(0);
743     if (default_route_gateway)
744         cifdefaultroute(0, default_route_gateway, default_route_gateway);
745     if (proxy_arp_addr)
746         cifproxyarp(0, proxy_arp_addr);
747 #if defined(SOL2)
748     /*
749      * Make sure we ask ip what the muxid, because 'ifconfig modlist' will
750      * unlink and re-link the modules, causing the muxid to change.
751      */
752     memset(&ifr, 0, sizeof(ifr));
753     sprintf(ifr.ifr_name, "%s", ifname);
754     if (ioctl(ipfd, SIOCGIFFLAGS, &ifr) < 0) {
755         error("SIOCGIFFLAGS: %m");
756         return;
757     }
758
759     if (ioctl(ipfd, SIOCGIFMUXID, &ifr) < 0) {
760         error("SIOCGIFMUXID: %m");
761         return;
762     }
763
764     ipmuxid = ifr.ifr_ip_muxid;
765      
766     if (ioctl(ipfd, I_PUNLINK, ipmuxid) < 0) {
767         error("Can't I_PUNLINK PPP from IP: %m");
768         return;
769     }
770 #if defined(INET6)
771     /*
772      * Make sure we ask ip what the muxid, because 'ifconfig modlist' will
773      * unlink and re-link the modules, causing the muxid to change.
774      */
775     memset(&lifr, 0, sizeof(lifr));
776     sprintf(lifr.lifr_name, "%s", ifname);
777     if (ioctl(ip6fd, SIOCGLIFFLAGS, &lifr) < 0) {
778         error("SIOCGLIFFLAGS: %m");
779         return;
780     }
781
782     if (ioctl(ip6fd, SIOCGLIFMUXID, &lifr) < 0) {
783         error("SIOCGLIFMUXID: %m");
784         return;
785     }
786
787     ip6muxid = lifr.lifr_ip_muxid;
788
789     if (ioctl(ip6fd, I_PUNLINK, ip6muxid) < 0) {
790         error("Can't I_PUNLINK PPP from IP (2): %m");
791     }
792 #endif /* defined(INET6) */
793 #endif /* defined(SOL2) */
794 }
795
796 /*
797  * sys_close - Clean up in a child process before execing.
798  */
799 void
800 sys_close()
801 {
802     close(ipfd);
803 #if defined(INET6) && defined(SOL2)
804     close(ip6fd);
805 #endif /* defined(INET6) && defined(SOL2) */
806     if (pppfd >= 0)
807         close(pppfd);
808 }
809
810 /*
811  * sys_check_options - check the options that the user specified
812  */
813 int
814 sys_check_options()
815 {
816     return 1;
817 }
818
819 #if 0
820 /*
821  * daemon - Detach us from controlling terminal session.
822  */
823 int
824 daemon(nochdir, noclose)
825     int nochdir, noclose;
826 {
827     int pid;
828
829     if ((pid = fork()) < 0)
830         return -1;
831     if (pid != 0)
832         exit(0);                /* parent dies */
833     setsid();
834     if (!nochdir)
835         chdir("/");
836     if (!noclose) {
837         fclose(stdin);          /* don't need stdin, stdout, stderr */
838         fclose(stdout);
839         fclose(stderr);
840     }
841     return 0;
842 }
843 #endif
844
845 /*
846  * ppp_available - check whether the system has any ppp interfaces
847  */
848 int
849 ppp_available()
850 {
851     struct stat buf;
852
853     return stat(PPP_DEV_NAME, &buf) >= 0;
854 }
855
856 /*
857  * any_compressions - see if compression is enabled or not
858  *
859  * In the STREAMS implementation of kernel-portion pppd,
860  * the comp STREAMS module performs the ACFC, PFC, as well
861  * CCP and VJ compressions. However, if the user has explicitly
862  * declare to not enable them from the command line, there is
863  * no point of having the comp module be pushed on the stream.
864  */
865 static int
866 any_compressions()
867 {
868     if ((!lcp_wantoptions[0].neg_accompression) &&
869         (!lcp_wantoptions[0].neg_pcompression) &&
870         (!ccp_protent.enabled_flag) &&
871         (!ipcp_wantoptions[0].neg_vj)) {
872             return 0;
873     }
874     return 1;
875 }
876
877 /*
878  * establish_ppp - Turn the serial port into a ppp interface.
879  */
880 int
881 establish_ppp(fd)
882     int fd;
883 {
884     int i;
885
886     /* Pop any existing modules off the tty stream. */
887     for (i = 0;; ++i)
888         if (ioctl(fd, I_LOOK, tty_modules[i]) < 0
889             || strcmp(tty_modules[i], "ptem") == 0
890             || ioctl(fd, I_POP, 0) < 0)
891             break;
892     tty_nmodules = i;
893
894     /* Push the async hdlc module and the compressor module. */
895     tty_npushed = 0;
896
897     if(!sync_serial) {
898         if (ioctl(fd, I_PUSH, AHDLC_MOD_NAME) < 0) {
899             error("Couldn't push PPP Async HDLC module: %m");
900             return -1;
901         }
902         ++tty_npushed;
903     }
904     if (kdebugflag & 4) {
905         i = PPPDBG_LOG + PPPDBG_AHDLC;
906         strioctl(pppfd, PPPIO_DEBUG, &i, sizeof(int), 0);
907     }
908     /*
909      * There's no need to push comp module if we don't intend
910      * to compress anything
911      */
912     if (any_compressions()) { 
913         if (ioctl(fd, I_PUSH, COMP_MOD_NAME) < 0)
914             error("Couldn't push PPP compression module: %m");
915         else
916             ++tty_npushed;
917     }
918
919     if (kdebugflag & 2) {
920         i = PPPDBG_LOG; 
921         if (any_compressions())
922             i += PPPDBG_COMP;
923         strioctl(pppfd, PPPIO_DEBUG, &i, sizeof(int), 0);
924     }
925
926     /* Link the serial port under the PPP multiplexor. */
927     if ((fdmuxid = ioctl(pppfd, I_LINK, fd)) < 0) {
928         error("Can't link tty to PPP mux: %m");
929         return -1;
930     }
931
932     return pppfd;
933 }
934
935 /*
936  * restore_loop - reattach the ppp unit to the loopback.
937  * This doesn't need to do anything because disestablish_ppp does it.
938  */
939 void
940 restore_loop()
941 {
942 }
943
944 /*
945  * disestablish_ppp - Restore the serial port to normal operation.
946  * It attempts to reconstruct the stream with the previously popped
947  * modules.  This shouldn't call die() because it's called from die().
948  */
949 void
950 disestablish_ppp(fd)
951     int fd;
952 {
953     int i;
954
955     if (fdmuxid >= 0) {
956         if (ioctl(pppfd, I_UNLINK, fdmuxid) < 0) {
957             if (!hungup)
958                 error("Can't unlink tty from PPP mux: %m");
959         }
960         fdmuxid = -1;
961
962         if (!hungup) {
963             while (tty_npushed > 0 && ioctl(fd, I_POP, 0) >= 0)
964                 --tty_npushed;
965             for (i = tty_nmodules - 1; i >= 0; --i)
966                 if (ioctl(fd, I_PUSH, tty_modules[i]) < 0)
967                     error("Couldn't restore tty module %s: %m",
968                            tty_modules[i]);
969         }
970         if (hungup && default_device && tty_sid > 0) {
971             /*
972              * If we have received a hangup, we need to send a SIGHUP
973              * to the terminal's controlling process.  The reason is
974              * that the original stream head for the terminal hasn't
975              * seen the M_HANGUP message (it went up through the ppp
976              * driver to the stream head for our fd to /dev/ppp).
977              */
978             kill(tty_sid, SIGHUP);
979         }
980     }
981 }
982
983 /*
984  * Check whether the link seems not to be 8-bit clean.
985  */
986 void
987 clean_check()
988 {
989     int x;
990     char *s;
991
992     if (strioctl(pppfd, PPPIO_GCLEAN, &x, 0, sizeof(x)) < 0)
993         return;
994     s = NULL;
995     switch (~x) {
996     case RCV_B7_0:
997         s = "bit 7 set to 1";
998         break;
999     case RCV_B7_1:
1000         s = "bit 7 set to 0";
1001         break;
1002     case RCV_EVNP:
1003         s = "odd parity";
1004         break;
1005     case RCV_ODDP:
1006         s = "even parity";
1007         break;
1008     }
1009     if (s != NULL) {
1010         warn("Serial link is not 8-bit clean:");
1011         warn("All received characters had %s", s);
1012     }
1013 }
1014
1015 /*
1016  * List of valid speeds.
1017  */
1018 struct speed {
1019     int speed_int, speed_val;
1020 } speeds[] = {
1021 #ifdef B50
1022     { 50, B50 },
1023 #endif
1024 #ifdef B75
1025     { 75, B75 },
1026 #endif
1027 #ifdef B110
1028     { 110, B110 },
1029 #endif
1030 #ifdef B134
1031     { 134, B134 },
1032 #endif
1033 #ifdef B150
1034     { 150, B150 },
1035 #endif
1036 #ifdef B200
1037     { 200, B200 },
1038 #endif
1039 #ifdef B300
1040     { 300, B300 },
1041 #endif
1042 #ifdef B600
1043     { 600, B600 },
1044 #endif
1045 #ifdef B1200
1046     { 1200, B1200 },
1047 #endif
1048 #ifdef B1800
1049     { 1800, B1800 },
1050 #endif
1051 #ifdef B2000
1052     { 2000, B2000 },
1053 #endif
1054 #ifdef B2400
1055     { 2400, B2400 },
1056 #endif
1057 #ifdef B3600
1058     { 3600, B3600 },
1059 #endif
1060 #ifdef B4800
1061     { 4800, B4800 },
1062 #endif
1063 #ifdef B7200
1064     { 7200, B7200 },
1065 #endif
1066 #ifdef B9600
1067     { 9600, B9600 },
1068 #endif
1069 #ifdef B19200
1070     { 19200, B19200 },
1071 #endif
1072 #ifdef B38400
1073     { 38400, B38400 },
1074 #endif
1075 #ifdef EXTA
1076     { 19200, EXTA },
1077 #endif
1078 #ifdef EXTB
1079     { 38400, EXTB },
1080 #endif
1081 #ifdef B57600
1082     { 57600, B57600 },
1083 #endif
1084 #ifdef B76800
1085     { 76800, B76800 },
1086 #endif
1087 #ifdef B115200
1088     { 115200, B115200 },
1089 #endif
1090 #ifdef B153600
1091     { 153600, B153600 },
1092 #endif
1093 #ifdef B230400
1094     { 230400, B230400 },
1095 #endif
1096 #ifdef B307200
1097     { 307200, B307200 },
1098 #endif
1099 #ifdef B460800
1100     { 460800, B460800 },
1101 #endif
1102     { 0, 0 }
1103 };
1104
1105 /*
1106  * Translate from bits/second to a speed_t.
1107  */
1108 static int
1109 translate_speed(bps)
1110     int bps;
1111 {
1112     struct speed *speedp;
1113
1114     if (bps == 0)
1115         return 0;
1116     for (speedp = speeds; speedp->speed_int; speedp++)
1117         if (bps == speedp->speed_int)
1118             return speedp->speed_val;
1119     warn("speed %d not supported", bps);
1120     return 0;
1121 }
1122
1123 /*
1124  * Translate from a speed_t to bits/second.
1125  */
1126 static int
1127 baud_rate_of(speed)
1128     int speed;
1129 {
1130     struct speed *speedp;
1131
1132     if (speed == 0)
1133         return 0;
1134     for (speedp = speeds; speedp->speed_int; speedp++)
1135         if (speed == speedp->speed_val)
1136             return speedp->speed_int;
1137     return 0;
1138 }
1139
1140 /*
1141  * set_up_tty: Set up the serial port on `fd' for 8 bits, no parity,
1142  * at the requested speed, etc.  If `local' is true, set CLOCAL
1143  * regardless of whether the modem option was specified.
1144  */
1145 void
1146 set_up_tty(fd, local)
1147     int fd, local;
1148 {
1149     int speed;
1150     struct termios tios;
1151 #if !defined (CRTSCTS)
1152     struct termiox tiox;
1153 #endif
1154
1155     if (!sync_serial && tcgetattr(fd, &tios) < 0)
1156         fatal("tcgetattr: %m");
1157
1158 #ifndef CRTSCTS
1159     termiox_ok = 1;
1160     if (!sync_serial && ioctl (fd, TCGETX, &tiox) < 0) {
1161         termiox_ok = 0;
1162         if (errno != ENOTTY)
1163             error("TCGETX: %m");
1164     }
1165 #endif
1166
1167     if (!restore_term) {
1168         inittermios = tios;
1169 #ifndef CRTSCTS
1170         inittermiox = tiox;
1171 #endif
1172         if (!sync_serial)
1173             ioctl(fd, TIOCGWINSZ, &wsinfo);
1174     }
1175
1176     tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
1177 #ifdef CRTSCTS
1178     if (crtscts > 0)
1179         tios.c_cflag |= CRTSCTS;
1180     else if (crtscts < 0)
1181         tios.c_cflag &= ~CRTSCTS;
1182 #else
1183     if (crtscts != 0 && !termiox_ok) {
1184         error("Can't set RTS/CTS flow control");
1185     } else if (crtscts > 0) {
1186         tiox.x_hflag |= RTSXOFF|CTSXON;
1187     } else if (crtscts < 0) {
1188         tiox.x_hflag &= ~(RTSXOFF|CTSXON);
1189     }
1190 #endif
1191
1192     tios.c_cflag |= CS8 | CREAD | HUPCL;
1193     if (local || !modem)
1194         tios.c_cflag |= CLOCAL;
1195     tios.c_iflag = IGNBRK | IGNPAR;
1196     tios.c_oflag = 0;
1197     tios.c_lflag = 0;
1198     tios.c_cc[VMIN] = 1;
1199     tios.c_cc[VTIME] = 0;
1200
1201     if (crtscts == -2) {
1202         tios.c_iflag |= IXON | IXOFF;
1203         tios.c_cc[VSTOP] = 0x13;        /* DC3 = XOFF = ^S */
1204         tios.c_cc[VSTART] = 0x11;       /* DC1 = XON  = ^Q */
1205     }
1206
1207     speed = translate_speed(inspeed);
1208     if (speed) {
1209         cfsetospeed(&tios, speed);
1210         cfsetispeed(&tios, speed);
1211     } else {
1212         speed = cfgetospeed(&tios);
1213         /*
1214          * We can't proceed if the serial port speed is 0,
1215          * since that implies that the serial port is disabled.
1216          */
1217         if ((speed == B0) && !sync_serial)
1218             fatal("Baud rate for %s is 0; need explicit baud rate", devnam);
1219     }
1220
1221     if (!sync_serial && tcsetattr(fd, TCSAFLUSH, &tios) < 0)
1222         fatal("tcsetattr: %m");
1223
1224 #ifndef CRTSCTS
1225     if (!sync_serial && termiox_ok && ioctl (fd, TCSETXF, &tiox) < 0){
1226         error("TCSETXF: %m");
1227     }
1228 #endif
1229
1230     baud_rate = inspeed = baud_rate_of(speed);
1231     if (!sync_serial)
1232         restore_term = 1;
1233 }
1234
1235 /*
1236  * restore_tty - restore the terminal to the saved settings.
1237  */
1238 void
1239 restore_tty(fd)
1240     int fd;
1241 {
1242     if (restore_term) {
1243         if (!default_device) {
1244             /*
1245              * Turn off echoing, because otherwise we can get into
1246              * a loop with the tty and the modem echoing to each other.
1247              * We presume we are the sole user of this tty device, so
1248              * when we close it, it will revert to its defaults anyway.
1249              */
1250             inittermios.c_lflag &= ~(ECHO | ECHONL);
1251         }
1252         if (!sync_serial && tcsetattr(fd, TCSAFLUSH, &inittermios) < 0)
1253             if (!hungup && errno != ENXIO)
1254                 warn("tcsetattr: %m");
1255 #ifndef CRTSCTS
1256         if (!sync_serial && ioctl (fd, TCSETXF, &inittermiox) < 0){
1257             if (!hungup && errno != ENXIO)
1258                 error("TCSETXF: %m");
1259         }
1260 #endif
1261         if (!sync_serial)
1262             ioctl(fd, TIOCSWINSZ, &wsinfo);
1263         restore_term = 0;
1264     }
1265 }
1266
1267 /*
1268  * setdtr - control the DTR line on the serial port.
1269  * This is called from die(), so it shouldn't call die().
1270  */
1271 void
1272 setdtr(fd, on)
1273 int fd, on;
1274 {
1275     int modembits = TIOCM_DTR;
1276
1277     ioctl(fd, (on? TIOCMBIS: TIOCMBIC), &modembits);
1278 }
1279
1280 /*
1281  * open_loopback - open the device we use for getting packets
1282  * in demand mode.  Under Solaris 2, we use our existing fd
1283  * to the ppp driver.
1284  */
1285 int
1286 open_ppp_loopback()
1287 {
1288     return pppfd;
1289 }
1290
1291 /*
1292  * output - Output PPP packet.
1293  */
1294 void
1295 output(unit, p, len)
1296     int unit;
1297     u_char *p;
1298     int len;
1299 {
1300     struct strbuf data;
1301     int retries;
1302     struct pollfd pfd;
1303
1304     if (debug)
1305         dbglog("sent %P", p, len);
1306
1307     data.len = len;
1308     data.buf = (caddr_t) p;
1309     retries = 4;
1310     while (putmsg(pppfd, NULL, &data, 0) < 0) {
1311         if (--retries < 0 || (errno != EWOULDBLOCK && errno != EAGAIN)) {
1312             if (errno != ENXIO)
1313                 error("Couldn't send packet: %m");
1314             break;
1315         }
1316         pfd.fd = pppfd;
1317         pfd.events = POLLOUT;
1318         poll(&pfd, 1, 250);     /* wait for up to 0.25 seconds */
1319     }
1320 }
1321
1322
1323 /*
1324  * wait_input - wait until there is data available,
1325  * for the length of time specified by *timo (indefinite
1326  * if timo is NULL).
1327  */
1328 void
1329 wait_input(timo)
1330     struct timeval *timo;
1331 {
1332     int t;
1333
1334     t = timo == NULL? -1: timo->tv_sec * 1000 + timo->tv_usec / 1000;
1335     if (poll(pollfds, n_pollfds, t) < 0 && errno != EINTR)
1336         fatal("poll: %m");
1337 }
1338
1339 /*
1340  * add_fd - add an fd to the set that wait_input waits for.
1341  */
1342 void add_fd(fd)
1343     int fd;
1344 {
1345     int n;
1346
1347     for (n = 0; n < n_pollfds; ++n)
1348         if (pollfds[n].fd == fd)
1349             return;
1350     if (n_pollfds < MAX_POLLFDS) {
1351         pollfds[n_pollfds].fd = fd;
1352         pollfds[n_pollfds].events = POLLIN | POLLPRI | POLLHUP;
1353         ++n_pollfds;
1354     } else
1355         error("Too many inputs!");
1356 }
1357
1358 /*
1359  * remove_fd - remove an fd from the set that wait_input waits for.
1360  */
1361 void remove_fd(fd)
1362     int fd;
1363 {
1364     int n;
1365
1366     for (n = 0; n < n_pollfds; ++n) {
1367         if (pollfds[n].fd == fd) {
1368             while (++n < n_pollfds)
1369                 pollfds[n-1] = pollfds[n];
1370             --n_pollfds;
1371             break;
1372         }
1373     }
1374 }
1375
1376 #if 0
1377 /*
1378  * wait_loop_output - wait until there is data available on the
1379  * loopback, for the length of time specified by *timo (indefinite
1380  * if timo is NULL).
1381  */
1382 void
1383 wait_loop_output(timo)
1384     struct timeval *timo;
1385 {
1386     wait_input(timo);
1387 }
1388
1389 /*
1390  * wait_time - wait for a given length of time or until a
1391  * signal is received.
1392  */
1393 void
1394 wait_time(timo)
1395     struct timeval *timo;
1396 {
1397     int n;
1398
1399     n = select(0, NULL, NULL, NULL, timo);
1400     if (n < 0 && errno != EINTR)
1401         fatal("select: %m");
1402 }
1403 #endif
1404
1405
1406 /*
1407  * read_packet - get a PPP packet from the serial device.
1408  */
1409 int
1410 read_packet(buf)
1411     u_char *buf;
1412 {
1413     struct strbuf ctrl, data;
1414     int flags, len;
1415     unsigned char ctrlbuf[sizeof(union DL_primitives) + 64];
1416
1417     for (;;) {
1418         data.maxlen = PPP_MRU + PPP_HDRLEN;
1419         data.buf = (caddr_t) buf;
1420         ctrl.maxlen = sizeof(ctrlbuf);
1421         ctrl.buf = (caddr_t) ctrlbuf;
1422         flags = 0;
1423         len = getmsg(pppfd, &ctrl, &data, &flags);
1424         if (len < 0) {
1425             if (errno == EAGAIN || errno == EINTR)
1426                 return -1;
1427             fatal("Error reading packet: %m");
1428         }
1429
1430         if (ctrl.len <= 0)
1431             return data.len;
1432
1433         /*
1434          * Got a M_PROTO or M_PCPROTO message.  Interpret it
1435          * as a DLPI primitive??
1436          */
1437         if (debug)
1438             dbglog("got dlpi prim 0x%x, len=%d",
1439                    ((union DL_primitives *)ctrlbuf)->dl_primitive, ctrl.len);
1440
1441     }
1442 }
1443
1444 /*
1445  * get_loop_output - get outgoing packets from the ppp device,
1446  * and detect when we want to bring the real link up.
1447  * Return value is 1 if we need to bring up the link, 0 otherwise.
1448  */
1449 int
1450 get_loop_output()
1451 {
1452     int len;
1453     int rv = 0;
1454
1455     while ((len = read_packet(inpacket_buf)) > 0) {
1456         if (loop_frame(inpacket_buf, len))
1457             rv = 1;
1458     }
1459     return rv;
1460 }
1461
1462 /*
1463  * netif_set_mtu - set the MTU on the PPP network interface.
1464  */
1465 void
1466 netif_set_mtu(unit, mtu)
1467     int unit, mtu;
1468 {
1469     struct ifreq ifr;
1470 #if defined(INET6) && defined(SOL2)
1471     struct lifreq lifr;
1472     int fd;
1473 #endif /* defined(INET6) && defined(SOL2) */
1474
1475     memset(&ifr, 0, sizeof(ifr));
1476     strlcpy(ifr.ifr_name, ifname, sizeof(ifr.ifr_name));
1477     ifr.ifr_metric = link_mtu;
1478     if (ioctl(ipfd, SIOCSIFMTU, &ifr) < 0) {
1479         error("Couldn't set IP MTU (%s): %m", ifr.ifr_name);
1480     }
1481
1482 #if defined(INET6) && defined(SOL2) 
1483     fd = socket(AF_INET6, SOCK_DGRAM, 0);
1484     if (fd < 0)
1485         error("Couldn't open IPv6 socket: %m");
1486
1487     memset(&lifr, 0, sizeof(lifr));
1488     strlcpy(lifr.lifr_name, ifname, sizeof(lifr.lifr_name));
1489     lifr.lifr_mtu = link_mtu;
1490     if (ioctl(fd, SIOCSLIFMTU, &lifr) < 0) {
1491         close(fd);
1492         error("Couldn't set IPv6 MTU (%s): %m", ifr.ifr_name);
1493     }
1494     close(fd);
1495 #endif /* defined(INET6) && defined(SOL2) */
1496 }
1497
1498 /*
1499  * tty_send_config - configure the transmit characteristics of
1500  * the ppp interface.
1501  */
1502 void
1503 tty_send_config(mtu, asyncmap, pcomp, accomp)
1504     int mtu;
1505     u_int32_t asyncmap;
1506     int pcomp, accomp;
1507 {
1508     int cf[2];
1509
1510     link_mtu = mtu;
1511     if (strioctl(pppfd, PPPIO_MTU, &mtu, sizeof(mtu), 0) < 0) {
1512         if (hungup && errno == ENXIO)
1513             return;
1514         error("Couldn't set MTU: %m");
1515     }
1516     if (fdmuxid >= 0) {
1517         if (!sync_serial) {
1518             if (strioctl(pppfd, PPPIO_XACCM, &asyncmap, sizeof(asyncmap), 0) < 0) {
1519                 error("Couldn't set transmit ACCM: %m");
1520             }
1521         }
1522         cf[0] = (pcomp? COMP_PROT: 0) + (accomp? COMP_AC: 0);
1523         cf[1] = COMP_PROT | COMP_AC;
1524         if (any_compressions() &&
1525             strioctl(pppfd, PPPIO_CFLAGS, cf, sizeof(cf), sizeof(int)) < 0) {
1526             error("Couldn't set prot/AC compression: %m");
1527         }
1528     }
1529 }
1530
1531 /*
1532  * ppp_set_xaccm - set the extended transmit ACCM for the interface.
1533  */
1534 void
1535 tty_set_xaccm(accm)
1536     ext_accm accm;
1537 {
1538     if (sync_serial)
1539         return;
1540
1541     if (fdmuxid >= 0
1542         && strioctl(pppfd, PPPIO_XACCM, accm, sizeof(ext_accm), 0) < 0) {
1543         if (!hungup || errno != ENXIO)
1544             warn("Couldn't set extended ACCM: %m");
1545     }
1546 }
1547
1548 /*
1549  * ppp_recv_config - configure the receive-side characteristics of
1550  * the ppp interface.
1551  */
1552 void
1553 tty_recv_config(mru, asyncmap, pcomp, accomp)
1554     int mru;
1555     u_int32_t asyncmap;
1556     int pcomp, accomp;
1557 {
1558     int cf[2];
1559
1560     link_mru = mru;
1561     if (strioctl(pppfd, PPPIO_MRU, &mru, sizeof(mru), 0) < 0) {
1562         if (hungup && errno == ENXIO)
1563             return;
1564         error("Couldn't set MRU: %m");
1565     }
1566     if (fdmuxid >= 0) {
1567         if (!sync_serial) {
1568             if (strioctl(pppfd, PPPIO_RACCM, &asyncmap, sizeof(asyncmap), 0) < 0) {
1569                 error("Couldn't set receive ACCM: %m");
1570             }
1571         }
1572         cf[0] = (pcomp? DECOMP_PROT: 0) + (accomp? DECOMP_AC: 0);
1573         cf[1] = DECOMP_PROT | DECOMP_AC;
1574         if (any_compressions() &&
1575             strioctl(pppfd, PPPIO_CFLAGS, cf, sizeof(cf), sizeof(int)) < 0) {
1576             error("Couldn't set prot/AC decompression: %m");
1577         }
1578     }
1579 }
1580
1581 /*
1582  * ccp_test - ask kernel whether a given compression method
1583  * is acceptable for use.
1584  */
1585 int
1586 ccp_test(unit, opt_ptr, opt_len, for_transmit)
1587     int unit, opt_len, for_transmit;
1588     u_char *opt_ptr;
1589 {
1590     if (strioctl(pppfd, (for_transmit? PPPIO_XCOMP: PPPIO_RCOMP),
1591                  opt_ptr, opt_len, 0) >= 0)
1592         return 1;
1593     return (errno == ENOSR)? 0: -1;
1594 }
1595
1596 /*
1597  * ccp_flags_set - inform kernel about the current state of CCP.
1598  */
1599 void
1600 ccp_flags_set(unit, isopen, isup)
1601     int unit, isopen, isup;
1602 {
1603     int cf[2];
1604
1605     cf[0] = (isopen? CCP_ISOPEN: 0) + (isup? CCP_ISUP: 0);
1606     cf[1] = CCP_ISOPEN | CCP_ISUP | CCP_ERROR | CCP_FATALERROR;
1607     if (strioctl(pppfd, PPPIO_CFLAGS, cf, sizeof(cf), sizeof(int)) < 0) {
1608         if (!hungup || errno != ENXIO)
1609             error("Couldn't set kernel CCP state: %m");
1610     }
1611 }
1612
1613 /*
1614  * get_idle_time - return how long the link has been idle.
1615  */
1616 int
1617 get_idle_time(u, ip)
1618     int u;
1619     struct ppp_idle *ip;
1620 {
1621     return strioctl(pppfd, PPPIO_GIDLE, ip, 0, sizeof(struct ppp_idle)) >= 0;
1622 }
1623
1624 /*
1625  * get_ppp_stats - return statistics for the link.
1626  */
1627 int
1628 get_ppp_stats(u, stats)
1629     int u;
1630     struct pppd_stats *stats;
1631 {
1632     struct ppp_stats s;
1633
1634     if (!sync_serial && 
1635         strioctl(pppfd, PPPIO_GETSTAT, &s, 0, sizeof(s)) < 0) {
1636         error("Couldn't get link statistics: %m");
1637         return 0;
1638     }
1639     stats->bytes_in = s.p.ppp_ibytes;
1640     stats->bytes_out = s.p.ppp_obytes;
1641     return 1;
1642 }
1643
1644 #if 0
1645 /*
1646  * set_filters - transfer the pass and active filters to the kernel.
1647  */
1648 int
1649 set_filters(pass, active)
1650     struct bpf_program *pass, *active;
1651 {
1652     int ret = 1;
1653
1654     if (pass->bf_len > 0) {
1655         if (strioctl(pppfd, PPPIO_PASSFILT, pass,
1656                      sizeof(struct bpf_program), 0) < 0) {
1657             error("Couldn't set pass-filter in kernel: %m");
1658             ret = 0;
1659         }
1660     }
1661     if (active->bf_len > 0) {
1662         if (strioctl(pppfd, PPPIO_ACTIVEFILT, active,
1663                      sizeof(struct bpf_program), 0) < 0) {
1664             error("Couldn't set active-filter in kernel: %m");
1665             ret = 0;
1666         }
1667     }
1668     return ret;
1669 }
1670 #endif
1671
1672 /*
1673  * ccp_fatal_error - returns 1 if decompression was disabled as a
1674  * result of an error detected after decompression of a packet,
1675  * 0 otherwise.  This is necessary because of patent nonsense.
1676  */
1677 int
1678 ccp_fatal_error(unit)
1679     int unit;
1680 {
1681     int cf[2];
1682
1683     cf[0] = cf[1] = 0;
1684     if (strioctl(pppfd, PPPIO_CFLAGS, cf, sizeof(cf), sizeof(int)) < 0) {
1685         if (errno != ENXIO && errno != EINVAL)
1686             error("Couldn't get compression flags: %m");
1687         return 0;
1688     }
1689     return cf[0] & CCP_FATALERROR;
1690 }
1691
1692 /*
1693  * sifvjcomp - config tcp header compression
1694  */
1695 int
1696 sifvjcomp(u, vjcomp, xcidcomp, xmaxcid)
1697     int u, vjcomp, xcidcomp, xmaxcid;
1698 {
1699     int cf[2];
1700     char maxcid[2];
1701
1702     if (vjcomp) {
1703         maxcid[0] = xcidcomp;
1704         maxcid[1] = 15;         /* XXX should be rmaxcid */
1705         if (strioctl(pppfd, PPPIO_VJINIT, maxcid, sizeof(maxcid), 0) < 0) {
1706             error("Couldn't initialize VJ compression: %m");
1707         }
1708     }
1709
1710     cf[0] = (vjcomp? COMP_VJC + DECOMP_VJC: 0)  /* XXX this is wrong */
1711         + (xcidcomp? COMP_VJCCID + DECOMP_VJCCID: 0);
1712     cf[1] = COMP_VJC + DECOMP_VJC + COMP_VJCCID + DECOMP_VJCCID;
1713     if (strioctl(pppfd, PPPIO_CFLAGS, cf, sizeof(cf), sizeof(int)) < 0) {
1714         if (vjcomp)
1715             error("Couldn't enable VJ compression: %m");
1716     }
1717
1718     return 1;
1719 }
1720
1721 /*
1722  * sifup - Config the interface up and enable IP packets to pass.
1723  */
1724 int
1725 sifup(u)
1726     int u;
1727 {
1728     struct ifreq ifr;
1729
1730     strlcpy(ifr.ifr_name, ifname, sizeof(ifr.ifr_name));
1731     if (ioctl(ipfd, SIOCGIFFLAGS, &ifr) < 0) {
1732         error("Couldn't mark interface up (get): %m");
1733         return 0;
1734     }
1735     ifr.ifr_flags |= IFF_UP;
1736     if (ioctl(ipfd, SIOCSIFFLAGS, &ifr) < 0) {
1737         error("Couldn't mark interface up (set): %m");
1738         return 0;
1739     }
1740     if_is_up = 1;
1741     return 1;
1742 }
1743
1744 /*
1745  * sifdown - Config the interface down and disable IP.
1746  */
1747 int
1748 sifdown(u)
1749     int u;
1750 {
1751     struct ifreq ifr;
1752
1753     if (ipmuxid < 0)
1754         return 1;
1755     strlcpy(ifr.ifr_name, ifname, sizeof(ifr.ifr_name));
1756     if (ioctl(ipfd, SIOCGIFFLAGS, &ifr) < 0) {
1757         error("Couldn't mark interface down (get): %m");
1758         return 0;
1759     }
1760     ifr.ifr_flags &= ~IFF_UP;
1761     if (ioctl(ipfd, SIOCSIFFLAGS, &ifr) < 0) {
1762         error("Couldn't mark interface down (set): %m");
1763         return 0;
1764     }
1765     if_is_up = 0;
1766     return 1;
1767 }
1768
1769 /*
1770  * sifnpmode - Set the mode for handling packets for a given NP.
1771  */
1772 int
1773 sifnpmode(u, proto, mode)
1774     int u;
1775     int proto;
1776     enum NPmode mode;
1777 {
1778     int npi[2];
1779
1780     npi[0] = proto;
1781     npi[1] = (int) mode;
1782     if (strioctl(pppfd, PPPIO_NPMODE, &npi, 2 * sizeof(int), 0) < 0) {
1783         error("ioctl(set NP %d mode to %d): %m", proto, mode);
1784         return 0;
1785     }
1786     return 1;
1787 }
1788
1789 #if defined(SOL2) && defined(INET6)
1790 /*
1791  * sif6up - Config the IPv6 interface up and enable IPv6 packets to pass.
1792  */
1793 int
1794 sif6up(u)
1795     int u;
1796 {
1797     struct lifreq lifr;
1798     int fd;
1799
1800     fd = socket(AF_INET6, SOCK_DGRAM, 0);
1801     if (fd < 0) {
1802         return 0;
1803     }
1804
1805     memset(&lifr, 0, sizeof(lifr));
1806     strlcpy(lifr.lifr_name, ifname, sizeof(lifr.lifr_name));
1807     if (ioctl(fd, SIOCGLIFFLAGS, &lifr) < 0) {
1808         close(fd);
1809         return 0;
1810     }
1811
1812     lifr.lifr_flags |= IFF_UP;
1813     strlcpy(lifr.lifr_name, ifname, sizeof(lifr.lifr_name));
1814     if (ioctl(fd, SIOCSLIFFLAGS, &lifr) < 0) {
1815         close(fd);
1816         return 0;
1817     }
1818
1819     if6_is_up = 1;
1820     close(fd);
1821     return 1;
1822 }
1823
1824 /*
1825  * sifdown - Config the IPv6 interface down and disable IPv6.
1826  */
1827 int
1828 sif6down(u)
1829     int u;
1830 {
1831     struct lifreq lifr;
1832     int fd;
1833
1834     fd = socket(AF_INET6, SOCK_DGRAM, 0);
1835     if (fd < 0)
1836         return 0;
1837
1838     memset(&lifr, 0, sizeof(lifr));
1839     strlcpy(lifr.lifr_name, ifname, sizeof(lifr.lifr_name));
1840     if (ioctl(fd, SIOCGLIFFLAGS, &lifr) < 0) {
1841         close(fd);
1842         return 0;
1843     }
1844
1845     lifr.lifr_flags &= ~IFF_UP;
1846     strlcpy(lifr.lifr_name, ifname, sizeof(lifr.lifr_name));
1847     if (ioctl(fd, SIOCGLIFFLAGS, &lifr) < 0) {
1848         close(fd);
1849         return 0;
1850     }
1851
1852     if6_is_up = 0;
1853     close(fd);
1854     return 1;
1855 }
1856
1857 /*
1858  * sif6addr - Config the interface with an IPv6 link-local address
1859  */
1860 int
1861 sif6addr(u, o, h)
1862     int u;
1863     eui64_t o, h;
1864 {
1865     struct lifreq lifr;
1866     struct sockaddr_storage laddr;
1867     struct sockaddr_in6 *sin6 = (struct sockaddr_in6 *)&laddr;
1868     int fd;
1869
1870     fd = socket(AF_INET6, SOCK_DGRAM, 0);
1871     if (fd < 0)
1872         return 0;
1873
1874     memset(&lifr, 0, sizeof(lifr));
1875     strlcpy(lifr.lifr_name, ifname, sizeof(lifr.lifr_name));
1876
1877     /*
1878      * Do this because /dev/ppp responds to DL_PHYS_ADDR_REQ with
1879      * zero values, hence the interface token came to be zero too,
1880      * and without this, in.ndpd will complain
1881      */
1882     IN6_LLTOKEN_FROM_EUI64(lifr, sin6, o);
1883     if (ioctl(fd, SIOCSLIFTOKEN, &lifr) < 0) {
1884         close(fd);
1885         return 0;
1886     }
1887
1888     /*
1889      * Set the interface address and destination address
1890      */
1891     IN6_LLADDR_FROM_EUI64(lifr, sin6, o);
1892     if (ioctl(fd, SIOCSLIFADDR, &lifr) < 0) {
1893         close(fd);
1894         return 0;
1895     }
1896
1897     memset(&lifr, 0, sizeof(lifr));
1898     strlcpy(lifr.lifr_name, ifname, sizeof(lifr.lifr_name));
1899     IN6_LLADDR_FROM_EUI64(lifr, sin6, h);
1900     if (ioctl(fd, SIOCSLIFDSTADDR, &lifr) < 0) {
1901         close(fd);
1902         return 0;
1903     }
1904
1905     return 1;
1906 }
1907
1908 /*
1909  * cif6addr - Remove the IPv6 address from interface
1910  */
1911 int
1912 cif6addr(u, o, h)
1913     int u;
1914     eui64_t o, h;
1915 {
1916     return 1;
1917 }
1918
1919 #endif /* defined(SOL2) && defined(INET6) */
1920
1921
1922 #define INET_ADDR(x)    (((struct sockaddr_in *) &(x))->sin_addr.s_addr)
1923
1924 /*
1925  * sifaddr - Config the interface IP addresses and netmask.
1926  */
1927 int
1928 sifaddr(u, o, h, m)
1929     int u;
1930     u_int32_t o, h, m;
1931 {
1932     struct ifreq ifr;
1933     int ret = 1;
1934
1935     memset(&ifr, 0, sizeof(ifr));
1936     strlcpy(ifr.ifr_name, ifname, sizeof(ifr.ifr_name));
1937     ifr.ifr_addr.sa_family = AF_INET;
1938     INET_ADDR(ifr.ifr_addr) = m;
1939     if (ioctl(ipfd, SIOCSIFNETMASK, &ifr) < 0) {
1940         error("Couldn't set IP netmask: %m");
1941         ret = 0;
1942     }
1943     ifr.ifr_addr.sa_family = AF_INET;
1944     INET_ADDR(ifr.ifr_addr) = o;
1945     if (ioctl(ipfd, SIOCSIFADDR, &ifr) < 0) {
1946         error("Couldn't set local IP address: %m");
1947         ret = 0;
1948     }
1949
1950     /*
1951      * On some systems, we have to explicitly set the point-to-point
1952      * flag bit before we can set a destination address.
1953      */
1954     if (ioctl(ipfd, SIOCGIFFLAGS, &ifr) >= 0
1955         && (ifr.ifr_flags & IFF_POINTOPOINT) == 0) {
1956         ifr.ifr_flags |= IFF_POINTOPOINT;
1957         if (ioctl(ipfd, SIOCSIFFLAGS, &ifr) < 0) {
1958             error("Couldn't mark interface pt-to-pt: %m");
1959             ret = 0;
1960         }
1961     }
1962     ifr.ifr_dstaddr.sa_family = AF_INET;
1963     INET_ADDR(ifr.ifr_dstaddr) = h;
1964     if (ioctl(ipfd, SIOCSIFDSTADDR, &ifr) < 0) {
1965         error("Couldn't set remote IP address: %m");
1966         ret = 0;
1967     }
1968 #if 0   /* now done in ppp_send_config */
1969     ifr.ifr_metric = link_mtu;
1970     if (ioctl(ipfd, SIOCSIFMTU, &ifr) < 0) {
1971         error("Couldn't set IP MTU: %m");
1972     }
1973 #endif
1974
1975     remote_addr = h;
1976     return ret;
1977 }
1978
1979 /*
1980  * cifaddr - Clear the interface IP addresses, and delete routes
1981  * through the interface if possible.
1982  */
1983 int
1984 cifaddr(u, o, h)
1985     int u;
1986     u_int32_t o, h;
1987 {
1988 #if defined(__USLC__)           /* was: #if 0 */
1989     cifroute(unit, ouraddr, hisaddr);
1990     if (ipmuxid >= 0) {
1991         notice("Removing ppp interface unit");
1992         if (ioctl(ipfd, I_UNLINK, ipmuxid) < 0) {
1993             error("Can't remove ppp interface unit: %m");
1994             return 0;
1995         }
1996         ipmuxid = -1;
1997     }
1998 #endif
1999     remote_addr = 0;
2000     return 1;
2001 }
2002
2003 /*
2004  * sifdefaultroute - assign a default route through the address given.
2005  */
2006 int
2007 sifdefaultroute(u, l, g)
2008     int u;
2009     u_int32_t l, g;
2010 {
2011     struct rtentry rt;
2012
2013 #if defined(__USLC__)
2014     g = l;                      /* use the local address as gateway */
2015 #endif
2016     memset(&rt, 0, sizeof(rt));
2017     rt.rt_dst.sa_family = AF_INET;
2018     INET_ADDR(rt.rt_dst) = 0;
2019     rt.rt_gateway.sa_family = AF_INET;
2020     INET_ADDR(rt.rt_gateway) = g;
2021     rt.rt_flags = RTF_GATEWAY;
2022
2023     if (ioctl(ipfd, SIOCADDRT, &rt) < 0) {
2024         error("Can't add default route: %m");
2025         return 0;
2026     }
2027
2028     default_route_gateway = g;
2029     return 1;
2030 }
2031
2032 /*
2033  * cifdefaultroute - delete a default route through the address given.
2034  */
2035 int
2036 cifdefaultroute(u, l, g)
2037     int u;
2038     u_int32_t l, g;
2039 {
2040     struct rtentry rt;
2041
2042 #if defined(__USLC__)
2043     g = l;                      /* use the local address as gateway */
2044 #endif
2045     memset(&rt, 0, sizeof(rt));
2046     rt.rt_dst.sa_family = AF_INET;
2047     INET_ADDR(rt.rt_dst) = 0;
2048     rt.rt_gateway.sa_family = AF_INET;
2049     INET_ADDR(rt.rt_gateway) = g;
2050     rt.rt_flags = RTF_GATEWAY;
2051
2052     if (ioctl(ipfd, SIOCDELRT, &rt) < 0) {
2053         error("Can't delete default route: %m");
2054         return 0;
2055     }
2056
2057     default_route_gateway = 0;
2058     return 1;
2059 }
2060
2061 /*
2062  * sifproxyarp - Make a proxy ARP entry for the peer.
2063  */
2064 int
2065 sifproxyarp(unit, hisaddr)
2066     int unit;
2067     u_int32_t hisaddr;
2068 {
2069     struct arpreq arpreq;
2070
2071     memset(&arpreq, 0, sizeof(arpreq));
2072     if (!get_ether_addr(hisaddr, &arpreq.arp_ha))
2073         return 0;
2074
2075     arpreq.arp_pa.sa_family = AF_INET;
2076     INET_ADDR(arpreq.arp_pa) = hisaddr;
2077     arpreq.arp_flags = ATF_PERM | ATF_PUBL;
2078     if (ioctl(ipfd, SIOCSARP, (caddr_t) &arpreq) < 0) {
2079         error("Couldn't set proxy ARP entry: %m");
2080         return 0;
2081     }
2082
2083     proxy_arp_addr = hisaddr;
2084     return 1;
2085 }
2086
2087 /*
2088  * cifproxyarp - Delete the proxy ARP entry for the peer.
2089  */
2090 int
2091 cifproxyarp(unit, hisaddr)
2092     int unit;
2093     u_int32_t hisaddr;
2094 {
2095     struct arpreq arpreq;
2096
2097     memset(&arpreq, 0, sizeof(arpreq));
2098     arpreq.arp_pa.sa_family = AF_INET;
2099     INET_ADDR(arpreq.arp_pa) = hisaddr;
2100     if (ioctl(ipfd, SIOCDARP, (caddr_t)&arpreq) < 0) {
2101         error("Couldn't delete proxy ARP entry: %m");
2102         return 0;
2103     }
2104
2105     proxy_arp_addr = 0;
2106     return 1;
2107 }
2108
2109 /*
2110  * get_ether_addr - get the hardware address of an interface on the
2111  * the same subnet as ipaddr.
2112  */
2113 #define MAX_IFS         32
2114
2115 static int
2116 get_ether_addr(ipaddr, hwaddr)
2117     u_int32_t ipaddr;
2118     struct sockaddr *hwaddr;
2119 {
2120     struct ifreq *ifr, *ifend, ifreq;
2121     int nif;
2122     struct ifconf ifc;
2123     u_int32_t ina, mask;
2124
2125     /*
2126      * Scan through the system's network interfaces.
2127      */
2128 #ifdef SIOCGIFNUM
2129     if (ioctl(ipfd, SIOCGIFNUM, &nif) < 0)
2130 #endif
2131         nif = MAX_IFS;
2132     ifc.ifc_len = nif * sizeof(struct ifreq);
2133     ifc.ifc_buf = (caddr_t) malloc(ifc.ifc_len);
2134     if (ifc.ifc_buf == 0)
2135         return 0;
2136     if (ioctl(ipfd, SIOCGIFCONF, &ifc) < 0) {
2137         warn("Couldn't get system interface list: %m");
2138         free(ifc.ifc_buf);
2139         return 0;
2140     }
2141     ifend = (struct ifreq *) (ifc.ifc_buf + ifc.ifc_len);
2142     for (ifr = ifc.ifc_req; ifr < ifend; ++ifr) {
2143         if (ifr->ifr_addr.sa_family != AF_INET)
2144             continue;
2145         /*
2146          * Check that the interface is up, and not point-to-point or loopback.
2147          */
2148         strlcpy(ifreq.ifr_name, ifr->ifr_name, sizeof(ifreq.ifr_name));
2149         if (ioctl(ipfd, SIOCGIFFLAGS, &ifreq) < 0)
2150             continue;
2151         if ((ifreq.ifr_flags &
2152              (IFF_UP|IFF_BROADCAST|IFF_POINTOPOINT|IFF_LOOPBACK|IFF_NOARP))
2153             != (IFF_UP|IFF_BROADCAST))
2154             continue;
2155         /*
2156          * Get its netmask and check that it's on the right subnet.
2157          */
2158         if (ioctl(ipfd, SIOCGIFNETMASK, &ifreq) < 0)
2159             continue;
2160         ina = INET_ADDR(ifr->ifr_addr);
2161         mask = INET_ADDR(ifreq.ifr_addr);
2162         if ((ipaddr & mask) == (ina & mask))
2163             break;
2164     }
2165
2166     if (ifr >= ifend) {
2167         warn("No suitable interface found for proxy ARP");
2168         free(ifc.ifc_buf);
2169         return 0;
2170     }
2171
2172     info("found interface %s for proxy ARP", ifr->ifr_name);
2173     if (!get_hw_addr(ifr->ifr_name, ina, hwaddr)) {
2174         error("Couldn't get hardware address for %s", ifr->ifr_name);
2175         free(ifc.ifc_buf);
2176         return 0;
2177     }
2178
2179     free(ifc.ifc_buf);
2180     return 1;
2181 }
2182
2183 /*
2184  * get_hw_addr_dlpi - obtain the hardware address using DLPI
2185  */
2186 static int
2187 get_hw_addr_dlpi(name, hwaddr)
2188     char *name;
2189     struct sockaddr *hwaddr;
2190 {
2191     char *p, *q;
2192     int unit, iffd, adrlen;
2193     unsigned char *adrp;
2194     char ifdev[24];
2195     struct {
2196         union DL_primitives prim;
2197         char space[64];
2198     } reply;
2199
2200     /*
2201      * We have to open the device and ask it for its hardware address.
2202      * First split apart the device name and unit.
2203      */
2204     slprintf(ifdev, sizeof(ifdev), "/dev/%s", name);
2205     for (q = ifdev + strlen(ifdev); --q >= ifdev; )
2206         if (!isdigit(*q))
2207             break;
2208     unit = atoi(q+1);
2209     q[1] = 0;
2210
2211     /*
2212      * Open the device and do a DLPI attach and phys_addr_req.
2213      */
2214     iffd = open(ifdev, O_RDWR);
2215     if (iffd < 0) {
2216         error("Can't open %s: %m", ifdev);
2217         return 0;
2218     }
2219     if (dlpi_attach(iffd, unit) < 0
2220         || dlpi_get_reply(iffd, &reply.prim, DL_OK_ACK, sizeof(reply)) < 0
2221         || dlpi_info_req(iffd) < 0
2222         || dlpi_get_reply(iffd, &reply.prim, DL_INFO_ACK, sizeof(reply)) < 0) {
2223         close(iffd);
2224         return 0;
2225     }
2226
2227     adrlen = reply.prim.info_ack.dl_addr_length;
2228     adrp = (unsigned char *)&reply + reply.prim.info_ack.dl_addr_offset;
2229
2230 #if DL_CURRENT_VERSION >= 2
2231     if (reply.prim.info_ack.dl_sap_length < 0)
2232         adrlen += reply.prim.info_ack.dl_sap_length;
2233     else
2234         adrp += reply.prim.info_ack.dl_sap_length;
2235 #endif
2236
2237     hwaddr->sa_family = AF_UNSPEC;
2238     memcpy(hwaddr->sa_data, adrp, adrlen);
2239
2240     return 1;
2241 }
2242 /*
2243  * get_hw_addr - obtain the hardware address for a named interface.
2244  */
2245 static int
2246 get_hw_addr(name, ina, hwaddr)
2247     char *name;
2248     u_int32_t ina;
2249     struct sockaddr *hwaddr;
2250 {
2251     /* New way - get the address by doing an arp request. */
2252     int s;
2253     struct arpreq req;
2254
2255     s = socket(AF_INET, SOCK_DGRAM, 0);
2256     if (s < 0)
2257         return 0;
2258     memset(&req, 0, sizeof(req));
2259     req.arp_pa.sa_family = AF_INET;
2260     INET_ADDR(req.arp_pa) = ina;
2261     if (ioctl(s, SIOCGARP, &req) < 0) {
2262         error("Couldn't get ARP entry for %s: %m", ip_ntoa(ina));
2263         return 0;
2264     }
2265     *hwaddr = req.arp_ha;
2266     hwaddr->sa_family = AF_UNSPEC;
2267
2268     return 1;
2269 }
2270
2271 static int
2272 dlpi_attach(fd, ppa)
2273     int fd, ppa;
2274 {
2275     dl_attach_req_t req;
2276     struct strbuf buf;
2277
2278     req.dl_primitive = DL_ATTACH_REQ;
2279     req.dl_ppa = ppa;
2280     buf.len = sizeof(req);
2281     buf.buf = (void *) &req;
2282     return putmsg(fd, &buf, NULL, RS_HIPRI);
2283 }
2284
2285 static int
2286 dlpi_info_req(fd)
2287     int fd;
2288 {
2289     dl_info_req_t req;
2290     struct strbuf buf;
2291
2292     req.dl_primitive = DL_INFO_REQ;
2293     buf.len = sizeof(req);
2294     buf.buf = (void *) &req;
2295     return putmsg(fd, &buf, NULL, RS_HIPRI);
2296 }
2297
2298 static int
2299 dlpi_get_reply(fd, reply, expected_prim, maxlen)
2300     union DL_primitives *reply;
2301     int fd, expected_prim, maxlen;
2302 {
2303     struct strbuf buf;
2304     int flags, n;
2305     struct pollfd pfd;
2306
2307     /*
2308      * Use poll to wait for a message with a timeout.
2309      */
2310     pfd.fd = fd;
2311     pfd.events = POLLIN | POLLPRI;
2312     do {
2313         n = poll(&pfd, 1, 1000);
2314     } while (n == -1 && errno == EINTR);
2315     if (n <= 0)
2316         return -1;
2317
2318     /*
2319      * Get the reply.
2320      */
2321     buf.maxlen = maxlen;
2322     buf.buf = (void *) reply;
2323     flags = 0;
2324     if (getmsg(fd, &buf, NULL, &flags) < 0)
2325         return -1;
2326
2327     if (buf.len < sizeof(ulong)) {
2328         if (debug)
2329             dbglog("dlpi response short (len=%d)\n", buf.len);
2330         return -1;
2331     }
2332
2333     if (reply->dl_primitive == expected_prim)
2334         return 0;
2335
2336     if (debug) {
2337         if (reply->dl_primitive == DL_ERROR_ACK) {
2338             dbglog("dlpi error %d (unix errno %d) for prim %x\n",
2339                    reply->error_ack.dl_errno, reply->error_ack.dl_unix_errno,
2340                    reply->error_ack.dl_error_primitive);
2341         } else {
2342             dbglog("dlpi unexpected response prim %x\n",
2343                    reply->dl_primitive);
2344         }
2345     }
2346
2347     return -1;
2348 }
2349
2350 /*
2351  * Return user specified netmask, modified by any mask we might determine
2352  * for address `addr' (in network byte order).
2353  * Here we scan through the system's list of interfaces, looking for
2354  * any non-point-to-point interfaces which might appear to be on the same
2355  * network as `addr'.  If we find any, we OR in their netmask to the
2356  * user-specified netmask.
2357  */
2358 u_int32_t
2359 GetMask(addr)
2360     u_int32_t addr;
2361 {
2362     u_int32_t mask, nmask, ina;
2363     struct ifreq *ifr, *ifend, ifreq;
2364     int nif;
2365     struct ifconf ifc;
2366
2367     addr = ntohl(addr);
2368     if (IN_CLASSA(addr))        /* determine network mask for address class */
2369         nmask = IN_CLASSA_NET;
2370     else if (IN_CLASSB(addr))
2371         nmask = IN_CLASSB_NET;
2372     else
2373         nmask = IN_CLASSC_NET;
2374     /* class D nets are disallowed by bad_ip_adrs */
2375     mask = netmask | htonl(nmask);
2376
2377     /*
2378      * Scan through the system's network interfaces.
2379      */
2380 #ifdef SIOCGIFNUM
2381     if (ioctl(ipfd, SIOCGIFNUM, &nif) < 0)
2382 #endif
2383         nif = MAX_IFS;
2384     ifc.ifc_len = nif * sizeof(struct ifreq);
2385     ifc.ifc_buf = (caddr_t) malloc(ifc.ifc_len);
2386     if (ifc.ifc_buf == 0)
2387         return mask;
2388     if (ioctl(ipfd, SIOCGIFCONF, &ifc) < 0) {
2389         warn("Couldn't get system interface list: %m");
2390         free(ifc.ifc_buf);
2391         return mask;
2392     }
2393     ifend = (struct ifreq *) (ifc.ifc_buf + ifc.ifc_len);
2394     for (ifr = ifc.ifc_req; ifr < ifend; ++ifr) {
2395         /*
2396          * Check the interface's internet address.
2397          */
2398         if (ifr->ifr_addr.sa_family != AF_INET)
2399             continue;
2400         ina = INET_ADDR(ifr->ifr_addr);
2401         if ((ntohl(ina) & nmask) != (addr & nmask))
2402             continue;
2403         /*
2404          * Check that the interface is up, and not point-to-point or loopback.
2405          */
2406         strlcpy(ifreq.ifr_name, ifr->ifr_name, sizeof(ifreq.ifr_name));
2407         if (ioctl(ipfd, SIOCGIFFLAGS, &ifreq) < 0)
2408             continue;
2409         if ((ifreq.ifr_flags & (IFF_UP|IFF_POINTOPOINT|IFF_LOOPBACK))
2410             != IFF_UP)
2411             continue;
2412         /*
2413          * Get its netmask and OR it into our mask.
2414          */
2415         if (ioctl(ipfd, SIOCGIFNETMASK, &ifreq) < 0)
2416             continue;
2417         mask |= INET_ADDR(ifreq.ifr_addr);
2418     }
2419
2420     free(ifc.ifc_buf);
2421     return mask;
2422 }
2423
2424 /*
2425  * logwtmp - write an accounting record to the /var/adm/wtmp file.
2426  */
2427 void
2428 logwtmp(line, name, host)
2429     const char *line, *name, *host;
2430 {
2431     static struct utmpx utmpx;
2432
2433     if (name[0] != 0) {
2434         /* logging in */
2435         strncpy(utmpx.ut_user, name, sizeof(utmpx.ut_user));
2436         strncpy(utmpx.ut_id, ifname, sizeof(utmpx.ut_id));
2437         strncpy(utmpx.ut_line, line, sizeof(utmpx.ut_line));
2438         utmpx.ut_pid = getpid();
2439         utmpx.ut_type = USER_PROCESS;
2440     } else {
2441         utmpx.ut_type = DEAD_PROCESS;
2442     }
2443     gettimeofday(&utmpx.ut_tv, NULL);
2444     updwtmpx("/var/adm/wtmpx", &utmpx);
2445 }
2446
2447 /*
2448  * get_host_seed - return the serial number of this machine.
2449  */
2450 int
2451 get_host_seed()
2452 {
2453     char buf[32];
2454
2455     if (sysinfo(SI_HW_SERIAL, buf, sizeof(buf)) < 0) {
2456         error("sysinfo: %m");
2457         return 0;
2458     }
2459     return (int) strtoul(buf, NULL, 16);
2460 }
2461
2462 static int
2463 strioctl(fd, cmd, ptr, ilen, olen)
2464     int fd, cmd, ilen, olen;
2465     void *ptr;
2466 {
2467     struct strioctl str;
2468
2469     str.ic_cmd = cmd;
2470     str.ic_timout = 0;
2471     str.ic_len = ilen;
2472     str.ic_dp = ptr;
2473     if (ioctl(fd, I_STR, &str) == -1)
2474         return -1;
2475     if (str.ic_len != olen)
2476         dbglog("strioctl: expected %d bytes, got %d for cmd %x\n",
2477                olen, str.ic_len, cmd);
2478     return 0;
2479 }
2480
2481 #if 0
2482 /*
2483  * lock - create a lock file for the named lock device
2484  */
2485
2486 #define LOCK_PREFIX     "/var/spool/locks/LK."
2487 static char lock_file[40];      /* name of lock file created */
2488
2489 int
2490 lock(dev)
2491     char *dev;
2492 {
2493     int n, fd, pid;
2494     struct stat sbuf;
2495     char ascii_pid[12];
2496
2497     if (stat(dev, &sbuf) < 0) {
2498         error("Can't get device number for %s: %m", dev);
2499         return -1;
2500     }
2501     if ((sbuf.st_mode & S_IFMT) != S_IFCHR) {
2502         error("Can't lock %s: not a character device", dev);
2503         return -1;
2504     }
2505     slprintf(lock_file, sizeof(lock_file), "%s%03d.%03d.%03d",
2506              LOCK_PREFIX, major(sbuf.st_dev),
2507              major(sbuf.st_rdev), minor(sbuf.st_rdev));
2508
2509     while ((fd = open(lock_file, O_EXCL | O_CREAT | O_RDWR, 0644)) < 0) {
2510         if (errno == EEXIST
2511             && (fd = open(lock_file, O_RDONLY, 0)) >= 0) {
2512             /* Read the lock file to find out who has the device locked */
2513             n = read(fd, ascii_pid, 11);
2514             if (n <= 0) {
2515                 error("Can't read pid from lock file %s", lock_file);
2516                 close(fd);
2517             } else {
2518                 ascii_pid[n] = 0;
2519                 pid = atoi(ascii_pid);
2520                 if (pid > 0 && kill(pid, 0) == -1 && errno == ESRCH) {
2521                     /* pid no longer exists - remove the lock file */
2522                     if (unlink(lock_file) == 0) {
2523                         close(fd);
2524                         notice("Removed stale lock on %s (pid %d)",
2525                                dev, pid);
2526                         continue;
2527                     } else
2528                         warn("Couldn't remove stale lock on %s",
2529                                dev);
2530                 } else
2531                     notice("Device %s is locked by pid %d",
2532                            dev, pid);
2533             }
2534             close(fd);
2535         } else
2536             error("Can't create lock file %s: %m", lock_file);
2537         lock_file[0] = 0;
2538         return -1;
2539     }
2540
2541     slprintf(ascii_pid, sizeof(ascii_pid), "%10d\n", getpid());
2542     write(fd, ascii_pid, 11);
2543
2544     close(fd);
2545     return 1;
2546 }
2547
2548 /*
2549  * unlock - remove our lockfile
2550  */
2551 void
2552 unlock()
2553 {
2554     if (lock_file[0]) {
2555         unlink(lock_file);
2556         lock_file[0] = 0;
2557     }
2558 }
2559 #endif
2560
2561 /*
2562  * cifroute - delete a route through the addresses given.
2563  */
2564 int
2565 cifroute(u, our, his)
2566     int u;
2567     u_int32_t our, his;
2568 {
2569     struct rtentry rt;
2570
2571     memset(&rt, 0, sizeof(rt));
2572     rt.rt_dst.sa_family = AF_INET;
2573     INET_ADDR(rt.rt_dst) = his;
2574     rt.rt_gateway.sa_family = AF_INET;
2575     INET_ADDR(rt.rt_gateway) = our;
2576     rt.rt_flags = RTF_HOST;
2577
2578     if (ioctl(ipfd, SIOCDELRT, &rt) < 0) {
2579         error("Can't delete route: %m");
2580         return 0;
2581     }
2582
2583     return 1;
2584 }
2585
2586 /*
2587  * have_route_to - determine if the system has a route to the specified
2588  * IP address.  Returns 0 if not, 1 if so, -1 if we can't tell.
2589  * `addr' is in network byte order.
2590  * For demand mode to work properly, we have to ignore routes
2591  * through our own interface.
2592  */
2593 #ifndef T_CURRENT               /* needed for Solaris 2.5 */
2594 #define T_CURRENT       MI_T_CURRENT
2595 #endif
2596
2597 int
2598 have_route_to(addr)
2599     u_int32_t addr;
2600 {
2601 #ifdef SOL2
2602     int fd, r, flags, i;
2603     struct {
2604         struct T_optmgmt_req req;
2605         struct opthdr hdr;
2606     } req;
2607     union {
2608         struct T_optmgmt_ack ack;
2609         unsigned char space[64];
2610     } ack;
2611     struct opthdr *rh;
2612     struct strbuf cbuf, dbuf;
2613     int nroutes;
2614     mib2_ipRouteEntry_t routes[8];
2615     mib2_ipRouteEntry_t *rp;
2616
2617     fd = open(mux_dev_name, O_RDWR);
2618     if (fd < 0) {
2619         warn("have_route_to: couldn't open %s: %m", mux_dev_name);
2620         return -1;
2621     }
2622
2623     req.req.PRIM_type = T_OPTMGMT_REQ;
2624     req.req.OPT_offset = (char *) &req.hdr - (char *) &req;
2625     req.req.OPT_length = sizeof(req.hdr);
2626     req.req.MGMT_flags = T_CURRENT;
2627
2628     req.hdr.level = MIB2_IP;
2629     req.hdr.name = 0;
2630     req.hdr.len = 0;
2631
2632     cbuf.buf = (char *) &req;
2633     cbuf.len = sizeof(req);
2634
2635     if (putmsg(fd, &cbuf, NULL, 0) == -1) {
2636         warn("have_route_to: putmsg: %m");
2637         close(fd);
2638         return -1;
2639     }
2640
2641     for (;;) {
2642         cbuf.buf = (char *) &ack;
2643         cbuf.maxlen = sizeof(ack);
2644         dbuf.buf = (char *) routes;
2645         dbuf.maxlen = sizeof(routes);
2646         flags = 0;
2647         r = getmsg(fd, &cbuf, &dbuf, &flags);
2648         if (r == -1) {
2649             warn("have_route_to: getmsg: %m");
2650             close(fd);
2651             return -1;
2652         }
2653
2654         if (cbuf.len < sizeof(struct T_optmgmt_ack)
2655             || ack.ack.PRIM_type != T_OPTMGMT_ACK
2656             || ack.ack.MGMT_flags != T_SUCCESS
2657             || ack.ack.OPT_length < sizeof(struct opthdr)) {
2658             dbglog("have_route_to: bad message len=%d prim=%d",
2659                    cbuf.len, ack.ack.PRIM_type);
2660             close(fd);
2661             return -1;
2662         }
2663
2664         rh = (struct opthdr *) ((char *)&ack + ack.ack.OPT_offset);
2665         if (rh->level == 0 && rh->name == 0)
2666             break;
2667         if (rh->level != MIB2_IP || rh->name != MIB2_IP_21) {
2668             while (r == MOREDATA)
2669                 r = getmsg(fd, NULL, &dbuf, &flags);
2670             continue;
2671         }
2672
2673         for (;;) {
2674             nroutes = dbuf.len / sizeof(mib2_ipRouteEntry_t);
2675             for (rp = routes, i = 0; i < nroutes; ++i, ++rp) {
2676                 if (rp->ipRouteMask != ~0) {
2677                     dbglog("have_route_to: dest=%x gw=%x mask=%x\n",
2678                            rp->ipRouteDest, rp->ipRouteNextHop,
2679                            rp->ipRouteMask);
2680                     if (((addr ^ rp->ipRouteDest) & rp->ipRouteMask) == 0
2681                         && rp->ipRouteNextHop != remote_addr)
2682                         return 1;
2683                 }
2684             }
2685             if (r == 0)
2686                 break;
2687             r = getmsg(fd, NULL, &dbuf, &flags);
2688         }
2689     }
2690     close(fd);
2691     return 0;
2692 #else
2693     return -1;
2694 #endif /* SOL2 */
2695 }
2696
2697 /*
2698  * get_pty - get a pty master/slave pair and chown the slave side to
2699  * the uid given.  Assumes slave_name points to MAXPATHLEN bytes of space.
2700  */
2701 int
2702 get_pty(master_fdp, slave_fdp, slave_name, uid)
2703     int *master_fdp;
2704     int *slave_fdp;
2705     char *slave_name;
2706     int uid;
2707 {
2708     int mfd, sfd;
2709     char *pty_name;
2710     struct termios tios;
2711
2712     mfd = open("/dev/ptmx", O_RDWR);
2713     if (mfd < 0) {
2714         error("Couldn't open pty master: %m");
2715         return 0;
2716     }
2717
2718     pty_name = ptsname(mfd);
2719     if (pty_name == NULL) {
2720         error("Couldn't get name of pty slave");
2721         close(mfd);
2722         return 0;
2723     }
2724     if (chown(pty_name, uid, -1) < 0)
2725         warn("Couldn't change owner of pty slave: %m");
2726     if (chmod(pty_name, S_IRUSR | S_IWUSR) < 0)
2727         warn("Couldn't change permissions on pty slave: %m");
2728     if (unlockpt(mfd) < 0)
2729         warn("Couldn't unlock pty slave: %m");
2730
2731     sfd = open(pty_name, O_RDWR);
2732     if (sfd < 0) {
2733         error("Couldn't open pty slave %s: %m", pty_name);
2734         close(mfd);
2735         return 0;
2736     }
2737     if (ioctl(sfd, I_PUSH, "ptem") < 0)
2738         warn("Couldn't push ptem module on pty slave: %m");
2739
2740     dbglog("Using %s", pty_name);
2741     strlcpy(slave_name, pty_name, MAXPATHLEN);
2742     *master_fdp = mfd;
2743     *slave_fdp = sfd;
2744
2745     return 1;
2746 }