Symbol: interfaces
sbin/pfctl/parse.y
6230
expand_altq(struct pf_altq *a, struct node_if *interfaces,
sbin/pfctl/parse.y
6241
FREE_LIST(struct node_if, interfaces);
sbin/pfctl/parse.y
6247
LOOP_THROUGH(struct node_if, interface, interfaces,
sbin/pfctl/parse.y
6335
FREE_LIST(struct node_if, interfaces);
sbin/pfctl/parse.y
6343
expand_queue(struct pf_altq *a, struct node_if *interfaces,
sbin/pfctl/parse.y
6363
LOOP_THROUGH(struct node_if, interface, interfaces,
sbin/pfctl/parse.y
6471
FREE_LIST(struct node_if, interfaces);
sbin/pfctl/parse.y
6497
struct node_if *interfaces, struct node_etherproto *protos,
sbin/pfctl/parse.y
6514
LOOP_THROUGH(struct node_if, interface, interfaces,
sbin/pfctl/parse.y
6557
FREE_LIST(struct node_if, interfaces);
sbin/pfctl/parse.y
6814
struct node_if *interfaces, struct redirspec *nat,
sbin/pfctl/parse.y
6842
LOOP_THROUGH(struct node_if, interface, interfaces,
sbin/pfctl/parse.y
7022
FREE_LIST(struct node_if, interfaces);
sbin/pfctl/parse.y
7051
expand_skip_interface(struct node_if *interfaces)
sbin/pfctl/parse.y
7055
if (!interfaces || (!interfaces->next && !interfaces->not &&
sbin/pfctl/parse.y
7056
!strcmp(interfaces->ifname, "none"))) {
sbin/pfctl/parse.y
7065
LOOP_THROUGH(struct node_if, interface, interfaces,
sbin/pfctl/parse.y
7078
FREE_LIST(struct node_if, interfaces);
sbin/pfctl/pfctl_altq.c
143
STAILQ_INSERT_TAIL(&interfaces, altq, meta.link);
sbin/pfctl/pfctl_altq.c
363
STAILQ_FOREACH(if_ppa, &interfaces, meta.link) {
sbin/pfctl/pfctl_altq.c
57
static STAILQ_HEAD(interfaces, pfctl_altq) interfaces = STAILQ_HEAD_INITIALIZER(interfaces);
sbin/route/route.c
133
static void interfaces(void);
sbin/route/route.c
1504
interfaces();
sys/nfs/bootp_subr.c
1558
STAILQ_INIT(&gctx->interfaces);
sys/nfs/bootp_subr.c
1606
ifctx = STAILQ_FIRST(&gctx->interfaces);
sys/nfs/bootp_subr.c
1644
if (STAILQ_EMPTY(&gctx->interfaces) ||
sys/nfs/bootp_subr.c
1645
STAILQ_FIRST(&gctx->interfaces)->ifp == NULL) {
sys/nfs/bootp_subr.c
1664
STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
sys/nfs/bootp_subr.c
1667
STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
sys/nfs/bootp_subr.c
1677
STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
sys/nfs/bootp_subr.c
1686
STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
sys/nfs/bootp_subr.c
1691
STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
sys/nfs/bootp_subr.c
1695
STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
sys/nfs/bootp_subr.c
1736
while((ifctx = STAILQ_FIRST(&gctx->interfaces)) != NULL) {
sys/nfs/bootp_subr.c
1737
STAILQ_REMOVE_HEAD(&gctx->interfaces, next);
sys/nfs/bootp_subr.c
175
STAILQ_HEAD(, bootpc_ifcontext) interfaces;
sys/nfs/bootp_subr.c
351
STAILQ_INSERT_TAIL(&gctx->interfaces, ifctx, next);
sys/nfs/bootp_subr.c
568
STAILQ_FOREACH(ifctx, &gctx->interfaces, next) {
sys/nfs/bootp_subr.c
576
STAILQ_FOREACH(ifctx, &gctx->interfaces, next) {
sys/nfs/bootp_subr.c
697
STAILQ_FOREACH(ifctx, &gctx->interfaces, next) {
sys/nfs/bootp_subr.c
720
STAILQ_FOREACH(ifctx, &gctx->interfaces, next) {
sys/nfs/bootp_subr.c
796
STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
sys/nfs/bootp_subr.c
819
STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
sys/nfs/bootp_subr.c
835
STAILQ_FOREACH(ifctx, &gctx->interfaces, next)