if_laddrreq
struct if_laddrreq req = {
struct if_laddrreq *iflr = param->req.buf;
struct if_laddrreq dgreq = {
struct if_laddrreq req;
struct if_laddrreq req;
struct if_laddrreq iflr;
struct if_laddrreq *lar;
lar = (struct if_laddrreq *)data;
#define FREEBSD_SIOCALIFADDR _IOW('i', 27, struct if_laddrreq)
#define FREEBSD_SIOCGLIFADDR _IOWR('i', 28, struct if_laddrreq)
#define FREEBSD_SIOCDLIFADDR _IOW('i', 29, struct if_laddrreq)
struct if_laddrreq *iflr = data;
&(((struct if_laddrreq *)data)->addr);
&(((struct if_laddrreq *)data)->dstaddr);
&(((struct if_laddrreq *)data)->addr);
size = sizeof(((struct if_laddrreq *)data)->addr);
&(((struct if_laddrreq *)data)->dstaddr);
size = sizeof(((struct if_laddrreq *)data)->dstaddr);
struct if_laddrreq *lifr = (struct if_laddrreq *)data;
&(((struct if_laddrreq *)data)->addr);
size = sizeof(((struct if_laddrreq *)data)->addr);
&(((struct if_laddrreq *)data)->dstaddr);
size = sizeof(((struct if_laddrreq *)data)->dstaddr);
&(((struct if_laddrreq *)data)->addr);
&(((struct if_laddrreq *)data)->dstaddr);
&(((struct if_laddrreq *)data)->addr);
&(((struct if_laddrreq *)data)->dstaddr);
&(((struct if_laddrreq *)data)->addr);
size = sizeof(((struct if_laddrreq *)data)->addr);
&(((struct if_laddrreq *)data)->dstaddr);
size = sizeof(((struct if_laddrreq *)data)->dstaddr);
struct if_laddrreq *iflr;
struct if_laddrreq *iflr = (struct if_laddrreq *)data;
struct if_laddrreq *iflr = (struct if_laddrreq *)data;
#define SIOCSLIFPHYADDR _IOW('i', 74, struct if_laddrreq) /* set gif addrs */
#define SIOCGLIFPHYADDR _IOWR('i', 75, struct if_laddrreq) /* get gif addrs */
#define SIOCALIFADDR _IOW('i', 28, struct if_laddrreq) /* add IF addr */
#define SIOCGLIFADDR _IOWR('i', 29, struct if_laddrreq) /* get IF addr */
#define SIOCDLIFADDR _IOW('i', 30, struct if_laddrreq) /* delete IF addr */
struct if_laddrreq iflr;
struct if_laddrreq iflr;