Symbol: trunk_reqport
sbin/ifconfig/ifconfig.c
4493
struct trunk_reqport rp;
sbin/ifconfig/ifconfig.c
4506
struct trunk_reqport rp;
sbin/ifconfig/ifconfig.c
4611
struct trunk_reqport rp, rpbuf[TRUNK_MAX_PORTS];
sys/net/if_aggr.c
1015
struct trunk_reqport rp;
sys/net/if_aggr.c
1178
aggr_add_port(struct aggr_softc *sc, const struct trunk_reqport *rp)
sys/net/if_aggr.c
1375
aggr_get_port(struct aggr_softc *sc, struct trunk_reqport *rp)
sys/net/if_aggr.c
1390
aggr_del_port(struct aggr_softc *sc, const struct trunk_reqport *rp)
sys/net/if_aggr.c
1479
struct trunk_reqport *rp = (struct trunk_reqport *)data;
sys/net/if_aggr.c
489
const struct trunk_reqport *);
sys/net/if_aggr.c
490
static int aggr_get_port(struct aggr_softc *, struct trunk_reqport *);
sys/net/if_aggr.c
492
const struct trunk_reqport *);
sys/net/if_aggr.c
965
error = aggr_get_port(sc, (struct trunk_reqport *)data);
sys/net/if_aggr.c
972
error = aggr_add_port(sc, (struct trunk_reqport *)data);
sys/net/if_aggr.c
979
error = aggr_del_port(sc, (struct trunk_reqport *)data);
sys/net/if_trunk.c
476
struct trunk_reqport *rp = (struct trunk_reqport *)data;
sys/net/if_trunk.c
575
trunk_port2req(struct trunk_port *tp, struct trunk_reqport *rp)
sys/net/if_trunk.c
610
struct trunk_reqport *rp = (struct trunk_reqport *)data, rpbuf;
sys/net/if_trunk.c
626
i + sizeof(struct trunk_reqport)) {
sys/net/if_trunk.c
629
sizeof(struct trunk_reqport));
sys/net/if_trunk.c
632
i += sizeof(struct trunk_reqport);
sys/net/if_trunk.c
68
void trunk_port2req(struct trunk_port *, struct trunk_reqport *);
sys/net/if_trunk.h
103
#define SIOCGTRUNKPORT _IOWR('i', 140, struct trunk_reqport)
sys/net/if_trunk.h
104
#define SIOCSTRUNKPORT _IOW('i', 141, struct trunk_reqport)
sys/net/if_trunk.h
105
#define SIOCSTRUNKDELPORT _IOW('i', 142, struct trunk_reqport)
sys/net/if_trunk.h
113
struct trunk_reqport *ra_port; /* allocated buffer */