Searched refs:ifp1 (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/sbin/routed/
H A Dif.c451 struct interface *ifp1; local
476 LIST_FOREACH(ifp1, &ifnet, int_list) {
477 if (ifp1 != ifp
478 && !strcmp(ifp->int_name, ifp1->int_name))
479 ifdel(ifp1);
546 struct interface *ifp1; local
562 LIST_FOREACH(ifp1, &ifnet, int_list) {
563 if (ifp1 != ifp
564 && !strcmp(ifp->int_name, ifp1->int_name))
565 if_bad(ifp1);
579 struct interface *ifp1; local
659 struct interface ifs, ifs0, *ifp, *ifp1; local
[all...]
H A Dinput.c148 struct interface *ifp1; local
214 ifp1 = ifwithaddr(FROM_NADDR, 0, 1);
215 if (ifp1) {
216 if (ifp1->int_state & IS_REMOTE) {
218 aifp = ifp1;
523 ifp1 = ifwithaddr(FROM_NADDR, 0, 1);
524 if (ifp1) {
525 if (ifp1->int_state & IS_REMOTE) {
527 aifp = ifp1;
787 struct interface *ifp1; local
[all...]
H A Dtable.c1907 struct interface *ifp, *ifp1; local
1912 ifp1 = 0;
1925 ifp1 = ifp;
1942 ifp1 = ifp;
1960 if (ifp1 != 0 || (state & RS_NET_SYN)) {
1962 new.rts_ifp = ifp1;
/freebsd-10.3-release/contrib/bsnmp/snmp_mibII/
H A DmibII.c672 struct mibif *ifp1; local
689 TAILQ_FOREACH(ifp1, &mibif_list, link)
690 if (ifp1->mib.ifmd_data.ifi_baudrate > mibif_maxspeed)
692 ifp1->mib.ifmd_data.ifi_baudrate;
867 struct mibif *ifp, *ifp1; local
915 ifp1 = TAILQ_NEXT(ifp, link);
918 ifp = ifp1;
/freebsd-10.3-release/sys/dev/sk/
H A Dif_sk.c2600 struct ifnet *ifp0 = NULL, *ifp1 = NULL; local
2611 ifp1 = sc_if1->sk_ifp;
2614 if (ifp1 != NULL)
2629 struct ifnet *ifp0 = NULL, *ifp1 = NULL; local
2640 ifp1 = sc_if1->sk_ifp;
2643 if (ifp1 != NULL && ifp1->if_flags & IFF_UP)
3099 struct ifnet *ifp0 = NULL, *ifp1 = NULL; local
3114 ifp1 = sc_if1->sk_ifp;
3127 if (ifp1
[all...]
/freebsd-10.3-release/sys/netinet6/
H A Din6_src.c311 struct ifnet *ifp1 = ia->ia_ifp; local
319 if (in6_setscope(&dst, ifp1, &dstzone) ||
325 in6_setscope(&src, ifp1, &srczone) ||
/freebsd-10.3-release/sys/dev/msk/
H A Dif_msk.c3700 struct ifnet *ifp0, *ifp1; local
3719 ifp0 = ifp1 = NULL;
3723 ifp1 = sc_if1->msk_ifp;
3758 if (ifp1 != NULL && (ifp1->if_drv_flags & IFF_DRV_RUNNING) != 0 &&
3759 !IFQ_DRV_IS_EMPTY(&ifp1->if_snd))
3760 msk_start_locked(ifp1);
/freebsd-10.3-release/sys/netpfil/pf/
H A Dpf_ioctl.c664 struct ifnet *ifp1; local
703 if ((ifp1 = ifunit(a2->ifname)) == NULL ||
704 (remove && ifp1 == ifp)) {

Completed in 284 milliseconds