usr/src/uts/common/sys/sockio.h
changeset 741 40027a3621ac
parent 704 8e1a05cd72a2
child 3422 1eed0b2f418c
equal deleted inserted replaced
740:70e4862c9a1a 741:40027a3621ac
   263 #define	SIOCSXARP	_IOW('i', 166, struct xarpreq)	/* set an ARP entry */
   263 #define	SIOCSXARP	_IOW('i', 166, struct xarpreq)	/* set an ARP entry */
   264 #define	SIOCGXARP	_IOWR('i', 167, struct xarpreq)	/* get an ARP entry */
   264 #define	SIOCGXARP	_IOWR('i', 167, struct xarpreq)	/* get an ARP entry */
   265 #define	SIOCDXARP	_IOW('i', 168, struct xarpreq)	/* delete ARP entry */
   265 #define	SIOCDXARP	_IOW('i', 168, struct xarpreq)	/* delete ARP entry */
   266 
   266 
   267 /*
   267 /*
   268  * IOCTL to indicate to the transport that the sockmod is being popped
   268  * IOCTL private to sockfs.
   269  */
   269  */
   270 #define	SIOCPOPSOCKFS	_IOW('i', 169, 0)
   270 #define	_SIOCSOCKFALLBACK _IOW('i', 169, 0)
   271 
   271 
   272 /*
   272 /*
   273  * IOCTLs for getting and setting zone associated with an interface, and
   273  * IOCTLs for getting and setting zone associated with an interface, and
   274  * unplumbing interfaces associated with a given zone.
   274  * unplumbing interfaces associated with a given zone.
   275  */
   275  */