Symbol: interfaces
dist/pf/sbin/pfctl/parse.y
4392
expand_altq(struct pf_altq *a, struct node_if *interfaces,
dist/pf/sbin/pfctl/parse.y
4403
FREE_LIST(struct node_if, interfaces);
dist/pf/sbin/pfctl/parse.y
4408
LOOP_THROUGH(struct node_if, interface, interfaces,
dist/pf/sbin/pfctl/parse.y
4494
FREE_LIST(struct node_if, interfaces);
dist/pf/sbin/pfctl/parse.y
4501
expand_queue(struct pf_altq *a, struct node_if *interfaces,
dist/pf/sbin/pfctl/parse.y
4521
LOOP_THROUGH(struct node_if, interface, interfaces,
dist/pf/sbin/pfctl/parse.y
4633
FREE_LIST(struct node_if, interfaces);
dist/pf/sbin/pfctl/parse.y
4648
struct node_if *interfaces, struct node_host *rpool_hosts,
dist/pf/sbin/pfctl/parse.y
4676
LOOP_THROUGH(struct node_if, interface, interfaces,
dist/pf/sbin/pfctl/parse.y
4812
FREE_LIST(struct node_if, interfaces);
dist/pf/sbin/pfctl/parse.y
4829
expand_skip_interface(struct node_if *interfaces)
dist/pf/sbin/pfctl/parse.y
4833
if (!interfaces || (!interfaces->next && !interfaces->not &&
dist/pf/sbin/pfctl/parse.y
4834
!strcmp(interfaces->ifname, "none"))) {
dist/pf/sbin/pfctl/parse.y
4843
LOOP_THROUGH(struct node_if, interface, interfaces,
dist/pf/sbin/pfctl/parse.y
4856
FREE_LIST(struct node_if, interfaces);
sbin/route/route.c
112
static void interfaces(void);
sbin/route/route.c
1145
interfaces();
sys/fs/nfs/common/bootp_subr.c
1613
STAILQ_INIT(&gctx->interfaces);
sys/fs/nfs/common/bootp_subr.c
1666
ifctx = STAILQ_FIRST(&gctx->interfaces);
sys/fs/nfs/common/bootp_subr.c
1710
if (STAILQ_EMPTY(&gctx->interfaces) ||
sys/fs/nfs/common/bootp_subr.c
1711
STAILQ_FIRST(&gctx->interfaces)->ifp == NULL) {
sys/fs/nfs/common/bootp_subr.c
1730
STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
sys/fs/nfs/common/bootp_subr.c
1733
STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
sys/fs/nfs/common/bootp_subr.c
1743
STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
sys/fs/nfs/common/bootp_subr.c
1752
STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
sys/fs/nfs/common/bootp_subr.c
1757
STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
sys/fs/nfs/common/bootp_subr.c
1761
STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
sys/fs/nfs/common/bootp_subr.c
1797
while((ifctx = STAILQ_FIRST(&gctx->interfaces)) != NULL) {
sys/fs/nfs/common/bootp_subr.c
1798
STAILQ_REMOVE_HEAD(&gctx->interfaces, next);
sys/fs/nfs/common/bootp_subr.c
187
STAILQ_HEAD(, bootpc_ifcontext) interfaces;
sys/fs/nfs/common/bootp_subr.c
462
STAILQ_INSERT_TAIL(&gctx->interfaces, ifctx, next);
sys/fs/nfs/common/bootp_subr.c
675
STAILQ_FOREACH(ifctx, &gctx->interfaces, next) {
sys/fs/nfs/common/bootp_subr.c
683
STAILQ_FOREACH(ifctx, &gctx->interfaces, next) {
sys/fs/nfs/common/bootp_subr.c
803
STAILQ_FOREACH(ifctx, &gctx->interfaces, next) {
sys/fs/nfs/common/bootp_subr.c
826
STAILQ_FOREACH(ifctx, &gctx->interfaces, next) {
sys/fs/nfs/common/bootp_subr.c
902
STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
sys/fs/nfs/common/bootp_subr.c
925
STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
sys/fs/nfs/common/bootp_subr.c
941
STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
usr.sbin/map-mbone/mapper.c
117
n->u.interfaces = 0;
usr.sbin/map-mbone/mapper.c
133
for (ifc = node->u.interfaces; ifc; ifc = ifc->next)
usr.sbin/map-mbone/mapper.c
139
ifc->next = node->u.interfaces;
usr.sbin/map-mbone/mapper.c
140
node->u.interfaces = ifc;
usr.sbin/map-mbone/mapper.c
151
for (ifc = node->u.interfaces; ifc; ifc = ifc->next) {
usr.sbin/map-mbone/mapper.c
350
for (ifc_i = ifc_node->u.interfaces; ifc_i; ifc_i = next_ifc_i) {
usr.sbin/map-mbone/mapper.c
491
for (ifc_i = ifc_node->u.interfaces; ifc_i; ifc_i = next_ifc_i) {
usr.sbin/map-mbone/mapper.c
621
|| (node->tries >= 0 && node->u.interfaces)
usr.sbin/map-mbone/mapper.c
624
&& node->u.alias->u.interfaces)) {
usr.sbin/map-mbone/mapper.c
631
else if (!node->u.interfaces)
usr.sbin/map-mbone/mapper.c
640
for (ifc = node->u.interfaces; ifc; ifc = ifc->next) {
usr.sbin/map-mbone/mapper.c
705
node->u.interfaces ? "" : "*");
usr.sbin/map-mbone/mapper.c
706
for (ifc = node->u.interfaces; ifc; ifc = ifc->next)
usr.sbin/map-mbone/mapper.c
74
struct interface *interfaces; /* Else, neighbor data */
usr.sbin/map-mbone/mapper.c
743
for (ifc = node->u.interfaces; ifc; ifc = ifc->next) {