Lines Matching refs:ifreq

35 #define	SIOCSIFADDR	_IOW('i', 12, struct ifreq)	/* set ifnet address */
36 #define SIOCGIFADDR _IOWR('i',13, struct ifreq) /* get ifnet address */
37 #define SIOCSIFDSTADDR _IOW('i', 14, struct ifreq) /* set p-p address */
38 #define SIOCGIFDSTADDR _IOWR('i',15, struct ifreq) /* get p-p address */
39 #define SIOCSIFFLAGS _IOW('i', 16, struct ifreq) /* set ifnet flags */
40 #define SIOCGIFFLAGS _IOWR('i',17, struct ifreq) /* get ifnet flags */
41 #define SIOCSIFMEM _IOW('i', 18, struct ifreq) /* set interface mem */
42 #define SIOCGIFMEM _IOWR('i',19, struct ifreq) /* get interface mem */
44 #define SIOCSIFMTU _IOW('i', 21, struct ifreq) /* set if_mtu */
45 #define SIOCGIFMTU _IOWR('i',22, struct ifreq) /* get if_mtu */
48 #define SIOCGIFBRDADDR _IOWR('i',23, struct ifreq) /* get broadcast addr */
49 #define SIOCSIFBRDADDR _IOW('i',24, struct ifreq) /* set broadcast addr */
50 #define SIOCGIFNETMASK _IOWR('i',25, struct ifreq) /* get net addr mask */
51 #define SIOCSIFNETMASK _IOW('i',26, struct ifreq) /* set net addr mask */
52 #define SIOCGIFMETRIC _IOWR('i',27, struct ifreq) /* get IF metric */
53 #define SIOCSIFMETRIC _IOW('i',28, struct ifreq) /* set IF metric */
58 #define SIOCUPPER _IOW('i', 40, struct ifreq) /* attach upper layer */
59 #define SIOCLOWER _IOW('i', 41, struct ifreq) /* attach lower layer */
60 #define SIOCSETSYNC _IOW('i', 44, struct ifreq) /* set syncmode */
61 #define SIOCGETSYNC _IOWR('i', 45, struct ifreq) /* get syncmode */
62 #define SIOCSSDSTATS _IOWR('i', 46, struct ifreq) /* sync data stats */
63 #define SIOCSSESTATS _IOWR('i', 47, struct ifreq) /* sync error stats */
67 #define SIOCADDMULTI _IOW('i', 49, struct ifreq) /* set m/c address */
68 #define SIOCDELMULTI _IOW('i', 50, struct ifreq) /* clr m/c address */
71 #define SIOCFDRESET _IOW('i', 51, struct ifreq) /* Reset FDDI */
72 #define SIOCFDSLEEP _IOW('i', 52, struct ifreq) /* Sleep until next dnld req */
73 #define SIOCSTRTFMWAR _IOW('i', 53, struct ifreq) /* Start FW at an addr */
74 #define SIOCLDNSTRTFW _IOW('i', 54, struct ifreq) /* Load the shared memory */
75 #define SIOCGETFDSTAT _IOW('i', 55, struct ifreq) /* Get FDDI stats */
76 #define SIOCFDNMIINT _IOW('i', 56, struct ifreq) /* NMI to fddi */
77 #define SIOCFDEXUSER _IOW('i', 57, struct ifreq) /* Exec in user mode */
78 #define SIOCFDGNETMAP _IOW('i', 58, struct ifreq) /* Get a netmap entry */
79 #define SIOCFDGIOCTL _IOW('i', 59, struct ifreq) /* Generic ioctl for fddi */