HomeSort by: relevance | last modified time | path
    Searched refs:ifp1 (Results 1 - 6 of 6) sorted by relevancy

  /src/sbin/routed/
if.c 460 struct interface *ifp1; local in function:ifdel
492 for (ifp1 = ifnet; 0 != ifp1; ifp1 = ifp1->int_next) {
493 if (ifp1 != ifp
494 && !strcmp(ifp->int_name, ifp1->int_name))
495 ifdel(ifp1);
564 struct interface *ifp1; local in function:if_bad
580 for (ifp1 = ifnet; 0 != ifp1; ifp1 = ifp1->int_next)
597 struct interface *ifp1; local in function:if_ok
696 struct interface ifs, ifs0, *ifp, *ifp1; local in function:ifinit
    [all...]
input.c 152 struct interface *ifp1; local in function:input
212 ifp1 = ifwithaddr(FROM_NADDR, 0, 1);
213 if (ifp1) {
214 if (ifp1->int_state & IS_REMOTE) {
216 aifp = ifp1;
521 ifp1 = ifwithaddr(FROM_NADDR, 0, 1);
522 if (ifp1) {
523 if (ifp1->int_state & IS_REMOTE) {
525 aifp = ifp1;
786 struct interface *ifp1; local in function:input_route
    [all...]
table.c 1926 struct interface *ifp, *ifp1; local in function:rtbad_sub
1931 ifp1 = 0;
1944 ifp1 = ifp;
1961 ifp1 = ifp;
1979 if (ifp1 != 0 || (state & RS_NET_SYN)) {
1981 new.rts_ifp = ifp1;
  /src/sys/netinet6/
in6_src.c 194 struct ifnet *ifp1 = ia->ia_ifp; local in function:in6_select_best_ia
203 if (in6_setscope(dst, ifp1, &dstzone) ||
215 in6_setscope(&src, ifp1, &srczone) ||
  /src/sys/dev/pci/
if_msk.c 2305 struct ifnet *ifp0 = NULL, *ifp1 = NULL;
2323 ifp1 = &sc_if1->sk_ethercom.ec_if;
2331 (ifp1->if_flags & IFF_RUNNING)) {
2380 if (ifp1 != NULL && !IFQ_IS_EMPTY(&ifp1->if_snd))
2381 if_schedule_deferred_start(ifp1);
if_sk.c 2313 struct ifnet *ifp0 = NULL, *ifp1 = NULL;
2320 ifp1 = &sc_if1->sk_ethercom.ec_if;
2365 (ifp1->if_flags & IFF_RUNNING)) {
2388 if (ifp1 != NULL)
2389 if_schedule_deferred_start(ifp1);

Completed in 20 milliseconds