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

  /src/sbin/routed/
if.c 460 struct interface *ifp1; local
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
580 for (ifp1 = ifnet; 0 != ifp1; ifp1 = ifp1->int_next)
597 struct interface *ifp1; local
696 struct interface ifs, ifs0, *ifp, *ifp1; local
    [all...]
input.c 152 struct interface *ifp1; local
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
    [all...]
table.c 1926 struct interface *ifp, *ifp1; local
1931 ifp1 = 0;
1944 ifp1 = ifp;
1961 ifp1 = ifp;
1979 if (ifp1 != 0 || (state & RS_NET_SYN)) {
1981 new.rts_ifp = ifp1;
  /src/sys/net/npf/
npf_ext_route.c 109 npf_chcksum(struct ifnet *ifp1, struct mbuf *m0, struct ip *ip1, int *sw_csum)
114 struct ifnet *ifp = ifp1;
276 npf_validate_s6addr(struct mbuf *m0, struct ifnet *ifp1, int *sw_csum)
280 struct ifnet *ifp = ifp1;
  /src/external/bsd/dhcpcd/dist/src/
route.c 173 struct interface *ifp1, *ifp2; local
177 ifp1 = rt1->rt_ifp;
181 c = ifp1->carrier - ifp2->carrier;
186 if (ifp1->carrier == LINK_DOWN && ifp2->carrier == LINK_DOWN) {
187 bool roam1 = if_roaming(ifp1);
203 c = (int)(ifp1->metric - ifp2->metric);
dhcp6.c 553 const struct interface *ifp1; local
572 TAILQ_FOREACH(ifp1, ifp->ctx->ifaces, next) {
573 if (ifp == ifp1)
575 if ((state1 = D6_CSTATE(ifp1)) == NULL)
584 if (ifp1 != NULL) {
589 ifp->name, ifp1->name);
3815 struct interface *ifp1; local
3819 TAILQ_FOREACH(ifp1, ctx->ifaces, next) {
3820 state1 = D6_CSTATE(ifp1);
3829 if (ifp1 == NULL)
    [all...]
dhcp.c 1601 const struct interface *ifp1; local
1617 TAILQ_FOREACH(ifp1, ifp->ctx->ifaces, next) {
1618 if (ifp == ifp1)
1620 if ((state1 = D_CSTATE(ifp1)) == NULL)
1625 if (ifp1 != NULL) {
1630 ifp->name, ifp1->name);
dhcpcd.c 1255 struct interface *ifp, *ifn, *ifp1; local
1299 ifp1 = if_find(ctx->ifaces, ifp->name);
1300 if (ifp1 != NULL) {
  /src/sys/netinet6/
in6_src.c 194 struct ifnet *ifp1 = ia->ia_ifp; local
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; local
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; local
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 62 milliseconds