Symbol: interfaces
sbin/route/route.c
108
static void interfaces(void);
sbin/route/route.c
1284
interfaces();
sys/net/if.c
171
SYSINIT(interfaces, SI_SUB_PROTO_IF, SI_ORDER_FIRST, ifinit, NULL);
sys/vfs/nfs/bootp_subr.c
1014
if (error != 0 && (error != EEXIST || ifctx == gctx->interfaces))
sys/vfs/nfs/bootp_subr.c
1105
ifctx == gctx->interfaces))
sys/vfs/nfs/bootp_subr.c
1136
if (error != 0 && (error != EEXIST || ifctx == gctx->interfaces))
sys/vfs/nfs/bootp_subr.c
153
struct bootpc_ifcontext *interfaces;
sys/vfs/nfs/bootp_subr.c
1566
if (gctx->interfaces != NULL)
sys/vfs/nfs/bootp_subr.c
1569
gctx->interfaces = ifctx;
sys/vfs/nfs/bootp_subr.c
1577
if (gctx->interfaces == NULL) {
sys/vfs/nfs/bootp_subr.c
1591
for (ifctx = gctx->interfaces; ifctx != NULL; ifctx = ifctx->next)
sys/vfs/nfs/bootp_subr.c
1594
for (ifctx = gctx->interfaces; ifctx != NULL; ifctx = ifctx->next)
sys/vfs/nfs/bootp_subr.c
1597
ifctx = gctx->interfaces;
sys/vfs/nfs/bootp_subr.c
1612
for (ifctx = gctx->interfaces; ifctx != NULL; ifctx = ifctx->next)
sys/vfs/nfs/bootp_subr.c
1623
for (ifctx = gctx->interfaces; ifctx != NULL; ifctx = ifctx->next) {
sys/vfs/nfs/bootp_subr.c
1629
for (ifctx = gctx->interfaces; ifctx != NULL; ifctx = ifctx->next)
sys/vfs/nfs/bootp_subr.c
1633
for (ifctx = gctx->interfaces;
sys/vfs/nfs/bootp_subr.c
1680
for (ifctx = gctx->interfaces; ifctx != NULL; ifctx = nctx) {
sys/vfs/nfs/bootp_subr.c
668
for (ifctx = gctx->interfaces;
sys/vfs/nfs/bootp_subr.c
678
for (ifctx = gctx->interfaces;
sys/vfs/nfs/bootp_subr.c
810
for (ifctx = gctx->interfaces;
sys/vfs/nfs/bootp_subr.c
835
for (ifctx = gctx->interfaces;
sys/vfs/nfs/bootp_subr.c
912
for (ifctx = gctx->interfaces; ifctx != NULL;
sys/vfs/nfs/bootp_subr.c
937
for (ifctx = gctx->interfaces; ifctx != NULL; ifctx = ifctx->next) {
sys/vfs/nfs/bootp_subr.c
953
for (ifctx = gctx->interfaces; ifctx != NULL; ifctx = ifctx->next) {
usr.sbin/pfctl/parse.y
4800
expand_altq(struct pf_altq *a, struct node_if *interfaces,
usr.sbin/pfctl/parse.y
4811
FREE_LIST(struct node_if, interfaces);
usr.sbin/pfctl/parse.y
4816
LOOP_THROUGH(struct node_if, interface, interfaces,
usr.sbin/pfctl/parse.y
4903
FREE_LIST(struct node_if, interfaces);
usr.sbin/pfctl/parse.y
4910
expand_queue(struct pf_altq *a, struct node_if *interfaces,
usr.sbin/pfctl/parse.y
4930
LOOP_THROUGH(struct node_if, interface, interfaces,
usr.sbin/pfctl/parse.y
5038
FREE_LIST(struct node_if, interfaces);
usr.sbin/pfctl/parse.y
5053
struct node_if *interfaces, struct node_host *rpool_hosts,
usr.sbin/pfctl/parse.y
5081
LOOP_THROUGH(struct node_if, interface, interfaces,
usr.sbin/pfctl/parse.y
5217
FREE_LIST(struct node_if, interfaces);
usr.sbin/pfctl/parse.y
5234
expand_skip_interface(struct node_if *interfaces)
usr.sbin/pfctl/parse.y
5238
if (!interfaces || (!interfaces->next && !interfaces->not &&
usr.sbin/pfctl/parse.y
5239
!strcmp(interfaces->ifname, "none"))) {
usr.sbin/pfctl/parse.y
5248
LOOP_THROUGH(struct node_if, interface, interfaces,
usr.sbin/pfctl/parse.y
5261
FREE_LIST(struct node_if, interfaces);