Symbol: if_laddrreq
regress/sbin/ifconfig/ifaddr.c
1022
struct if_laddrreq req;
regress/sbin/ifconfig/ifaddr.c
1023
struct if_laddrreq *r = &req;
regress/sbin/ifconfig/ifaddr.c
1429
struct if_laddrreq req;
regress/sbin/ifconfig/ifaddr.c
1470
struct if_laddrreq req;
regress/sbin/ifconfig/ifaddr.c
969
print_tunnel(const struct if_laddrreq *req)
sbin/ifconfig/ifconfig.c
3230
print_tunnel(const struct if_laddrreq *req)
sbin/ifconfig/ifconfig.c
3272
struct if_laddrreq req;
sbin/ifconfig/ifconfig.c
3273
struct if_laddrreq *r = &req;
sbin/ifconfig/ifconfig.c
3764
struct if_laddrreq req;
sbin/ifconfig/ifconfig.c
3835
struct if_laddrreq req;
sbin/ifconfig/ifconfig.c
3991
struct if_laddrreq req;
sbin/ifconfig/ifconfig.c
4154
struct if_laddrreq req;
sys/net/if_etherip.c
114
int etherip_set_tunnel(struct etherip_softc *, struct if_laddrreq *);
sys/net/if_etherip.c
115
int etherip_get_tunnel(struct etherip_softc *, struct if_laddrreq *);
sys/net/if_etherip.c
305
error = etherip_set_tunnel(sc, (struct if_laddrreq *)data);
sys/net/if_etherip.c
308
error = etherip_get_tunnel(sc, (struct if_laddrreq *)data);
sys/net/if_etherip.c
380
etherip_set_tunnel(struct etherip_softc *sc, struct if_laddrreq *req)
sys/net/if_etherip.c
449
etherip_get_tunnel(struct etherip_softc *sc, struct if_laddrreq *req)
sys/net/if_gif.c
123
int gif_set_tunnel(struct gif_softc *, struct if_laddrreq *);
sys/net/if_gif.c
124
int gif_get_tunnel(struct gif_softc *, struct if_laddrreq *);
sys/net/if_gif.c
492
error = gif_set_tunnel(sc, (struct if_laddrreq *)data);
sys/net/if_gif.c
495
error = gif_get_tunnel(sc, (struct if_laddrreq *)data);
sys/net/if_gif.c
583
gif_get_tunnel(struct gif_softc *sc, struct if_laddrreq *req)
sys/net/if_gif.c
635
gif_set_tunnel(struct gif_softc *sc, struct if_laddrreq *req)
sys/net/if_gre.c
214
static int gre_set_tunnel(struct gre_tunnel *, struct if_laddrreq *, int);
sys/net/if_gre.c
215
static int gre_get_tunnel(struct gre_tunnel *, struct if_laddrreq *);
sys/net/if_gre.c
2151
error = gre_set_tunnel(tunnel, (struct if_laddrreq *)data, 1);
sys/net/if_gre.c
2154
error = gre_get_tunnel(tunnel, (struct if_laddrreq *)data);
sys/net/if_gre.c
2387
error = mgre_set_tunnel(sc, (struct if_laddrreq *)data);
sys/net/if_gre.c
2390
error = mgre_get_tunnel(sc, (struct if_laddrreq *)data);
sys/net/if_gre.c
2434
mgre_set_tunnel(struct mgre_softc *sc, struct if_laddrreq *req)
sys/net/if_gre.c
2492
mgre_get_tunnel(struct mgre_softc *sc, struct if_laddrreq *req)
sys/net/if_gre.c
2649
error = gre_set_tunnel(tunnel, (struct if_laddrreq *)data, 0);
sys/net/if_gre.c
2654
error = gre_get_tunnel(tunnel, (struct if_laddrreq *)data);
sys/net/if_gre.c
2890
(struct if_laddrreq *)data, 1);
sys/net/if_gre.c
2894
(struct if_laddrreq *)data);
sys/net/if_gre.c
3165
gre_set_tunnel(struct gre_tunnel *tunnel, struct if_laddrreq *req, int ucast)
sys/net/if_gre.c
3238
gre_get_tunnel(struct gre_tunnel *tunnel, struct if_laddrreq *req)
sys/net/if_gre.c
351
static int mgre_set_tunnel(struct mgre_softc *, struct if_laddrreq *);
sys/net/if_gre.c
352
static int mgre_get_tunnel(struct mgre_softc *, struct if_laddrreq *);
sys/net/if_gre.c
4501
erspan_set_tunnel(struct erspan_softc *sc, struct if_laddrreq *req)
sys/net/if_gre.c
4592
erspan_get_tunnel(struct erspan_softc *sc, struct if_laddrreq *req)
sys/net/if_gre.c
4704
error = erspan_set_tunnel(sc, (struct if_laddrreq *)data);
sys/net/if_gre.c
4707
error = erspan_get_tunnel(sc, (struct if_laddrreq *)data);
sys/net/if_mpip.c
244
mpip_set_neighbor(struct mpip_softc *sc, struct if_laddrreq *req)
sys/net/if_mpip.c
307
mpip_get_neighbor(struct mpip_softc *sc, struct if_laddrreq *req)
sys/net/if_mpip.c
394
error = mpip_set_neighbor(sc, (struct if_laddrreq *)data);
sys/net/if_mpip.c
397
error = mpip_get_neighbor(sc, (struct if_laddrreq *)data);
sys/net/if_mpw.c
191
mpw_set_neighbor(struct mpw_softc *sc, const struct if_laddrreq *req)
sys/net/if_mpw.c
259
mpw_get_neighbor(struct mpw_softc *sc, struct if_laddrreq *req)
sys/net/if_mpw.c
345
struct if_laddrreq req;
sys/net/if_mpw.c
435
error = mpw_set_neighbor(sc, (struct if_laddrreq *)data);
sys/net/if_mpw.c
438
error = mpw_get_neighbor(sc, (struct if_laddrreq *)data);
sys/net/if_vxlan.c
1320
vxlan_set_tunnel(struct vxlan_softc *sc, const struct if_laddrreq *req)
sys/net/if_vxlan.c
1430
vxlan_get_tunnel(struct vxlan_softc *sc, struct if_laddrreq *req)
sys/net/if_vxlan.c
176
const struct if_laddrreq *);
sys/net/if_vxlan.c
177
static int vxlan_get_tunnel(struct vxlan_softc *, struct if_laddrreq *);
sys/net/if_vxlan.c
765
error = vxlan_set_tunnel(sc, (const struct if_laddrreq *)data);
sys/net/if_vxlan.c
768
error = vxlan_get_tunnel(sc, (struct if_laddrreq *)data);
sys/sys/sockio.h
220
#define SIOCSPWE3NEIGHBOR _IOW('i', 222, struct if_laddrreq)
sys/sys/sockio.h
221
#define SIOCGPWE3NEIGHBOR _IOWR('i', 222, struct if_laddrreq)
sys/sys/sockio.h
74
#define SIOCSLIFPHYADDR _IOW('i', 74, struct if_laddrreq) /* set gif addrs */
sys/sys/sockio.h
75
#define SIOCGLIFPHYADDR _IOWR('i', 75, struct if_laddrreq) /* get gif addrs */