Lines Matching defs:ifp1
880 struct interface *ifp1;
890 for (ifp1 = ifp->int_phys->phyi_interface;
891 ifp1 != NULL; ifp1 = ifp1->int_ilist.hl_next) {
892 if (ifp1 != ifp)
893 if_sick(ifp1, _B_FALSE);
904 struct interface *ifp1;
921 for (ifp1 = ifp->int_phys->phyi_interface;
922 ifp1 != NULL; ifp1 = ifp1->int_ilist.hl_next) {
923 if (ifp1 != ifp)
924 if_bad(ifp1, _B_FALSE);
964 struct interface *ifp1;
982 for (ifp1 = ifp->int_phys->phyi_interface;
983 ifp1 != NULL; ifp1 = ifp1->int_ilist.hl_next) {
984 if (ifp1 != ifp)
985 if_ok(ifp1, type, _B_FALSE);
1031 struct interface ifs, *ifp, *ifp1;
1556 for (ifp1 = ifnet; ifp1 != NULL;
1557 ifp1 = ifp1->int_next) {
1558 if (ifp1->int_mask == ifp->int_mask)
1565 if (ifp1->int_if_flags &
1571 if (ifp->int_phys == ifp1->int_phys)
1575 ifp1->int_net, ifp1->int_mask) ||
1576 on_net(ifp1->int_addr,
1584 ifp1->int_name,
1585 addrname(htonl(ifp1->int_net),
1586 ifp1->int_mask, 1));
1670 for (ifp = ifnet; ifp != NULL; ifp = ifp1) {
1671 ifp1 = ifp->int_next; /* because we may delete it */
1724 ifp1 = ifp;
1726 ifp1 = rt->rt_ifp;
1728 loop_rts.rts_ifp = ifp1;