HomeSort by: relevance | last modified time | path
    Searched refs:if_type (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /src/sys/net/
if_vlan.c 324 ifp->if_type = IFT_L2VLAN;
446 switch (p->if_type) {
457 * Inherit the if_type from the parent. This allows us
460 ifv_iftype = p->if_type;
519 /*XXX need to update the if_type in if_sadl if it is changed */
520 ifv->ifv_if.if_type = ifv_iftype;
618 p->if_type == IFT_ETHER ||
619 p->if_type == IFT_L2TP);
1290 p->if_type == IFT_ETHER ||
1291 p->if_type == IFT_L2TP)
    [all...]
if_faith.c 149 ifp->if_type = IFT_FAITH;
313 if (rt && rt->rt_ifp && rt->rt_ifp->if_type == IFT_FAITH &&
if_ethersubr.c 240 if (ifp->if_type == IFT_CARP) {
448 if (ifp0 != ifp && ifp0->if_type == IFT_CARP) {
828 if (__predict_false(ifp->if_carp && ifp->if_type != IFT_CARP)) {
1071 ifp->if_type = IFT_ETHER;
1150 if (ifp->if_type != IFT_ETHER)
1939 if (ifp->if_type != IFT_ETHER) {
if_mpls.c 150 sc->sc_if.if_type = IFT_MPLS;
512 switch(ifp->if_type) {
if_loop.c 193 ifp->if_type = IFT_LOOP;
rtsock.c 169 sockaddr_dl_init(&u.sdl, sizeof(u.ss), ifp->if_index, ifp->if_type,
if_arcsubr.c 594 ifp->if_type = IFT_ARCNET;
if_srt.c 290 sc->intf.if_type = IFT_OTHER;
if_stf.c 236 sc->sc_if.if_type = IFT_STF;
if_bridge.c 449 ifp->if_type = IFT_BRIDGE;
748 switch (ifs->if_type) {
862 switch (ifs->if_type) {
1005 switch (bif->bif_ifp->if_type) {
link_proto.c 161 ifp->if_type, ifp->if_xname, strlen(ifp->if_xname),
if_ieee1394subr.c 628 ifp->if_type = IFT_IEEE1394;
  /src/sys/net/npf/
if_npflog.c 123 ifp->if_type = IFT_OTHER;
  /src/sys/netinet6/
in6_ifattach.c 201 switch (ifp->if_type) {
213 switch (ifp->if_type) {
564 switch (ifp->if_type) {
593 switch (ifp->if_type) {
nd6.c 184 if ((ip6_auto_linklocal && ifp->if_type != IFT_BRIDGE) ||
699 || (ifp->if_type == IFT_CARP && rt->rt_ifp == ifp->if_carpdev) ||
700 (rt->rt_ifp->if_type == IFT_CARP && rt->rt_ifp->if_carpdev == ifp)||
701 (ifp->if_type == IFT_CARP && rt->rt_ifp->if_type == IFT_CARP &&
879 switch(ifp->if_type) {
928 ifp->if_index, ifp->if_type,
991 satosdl(gate)->sdl_type = ifp->if_type;
1398 * XXX is it dependent to ifp->if_type?
1649 switch (ifp->if_type) {
    [all...]
in6_src.c 288 ia_best->ia_ifp->if_type != IFT_MIP)
291 ia->ia_ifp->if_type == IFT_MIP))
294 ia_best->ia_ifp->if_type == IFT_MIP)
297 ia->ia_ifp->if_type != IFT_MIP))
nd6_nbr.c 225 if (ifp->if_carp && ifp->if_type != IFT_CARP) {
324 ifp->if_index, ifp->if_type,
718 ifp->if_index, ifp->if_type,
1057 switch (ifp->if_type) {
1429 switch (ifp->if_type) {
  /src/sys/netinet/
if_arp.c 302 * link-layer sockaddr whose interface type (if_type) and interface
332 ifp->if_index, ifp->if_type, NULL, namelen, NULL, addrlen);
365 switch(ifp->if_type) {
399 switch (ifp->if_type) {
441 satosdl(gate)->sdl_type = ifp->if_type;
527 switch (ifp->if_type) {
541 switch (ifp->if_type) {
610 if (rt != NULL && rt->rt_ifp->if_type == IFT_CARP)
714 badhrd = rcvif->if_type != IFT_IEEE1394;
716 badhrd = rcvif->if_type == IFT_IEEE1394
    [all...]
ip_carp.c 517 if (rcvif->if_type != IFT_CARP) {
596 if (rcvif->if_type != IFT_CARP) {
882 ifp->if_type = IFT_CARP;
992 if (ifp->if_carp == NULL || ifp->if_type == IFT_CARP)
1498 ifp = carp_ourether(cif, &eh, m_get_rcvif_NOMPSAFE(m)->if_type, 0);
1649 if (ifp->if_type == IFT_CARP)
1749 if (sc->sc_carpdev && sc->sc_carpdev->if_type == IFT_ISO88025) {
1833 ia->ia_ifp->if_type != IFT_CARP &&
1937 ia->ia_ifp->if_type != IFT_CARP &&
2263 if (ifp->if_type == IFT_CARP
    [all...]
sctp_asconf.c 1530 switch (ifa->ifa_ifp->if_type) {
1550 ifa->ifa_ifp->if_type);
2130 if (stcb->asoc.loopback_scope == 0 && ifn->if_type == IFT_LOOP) {
2795 if (loopback_scope == 0 && ifn->if_type == IFT_LOOP) {
  /src/sys/net/lagg/
if_lagg.c 464 switch (ifp->if_type) {
777 if (sc->sc_if.if_type == IFT_ETHER) {
784 if (sc->sc_if.if_type == IFT_ETHER) {
1725 if (sc->sc_if.if_type != IFT_ETHER)
2032 if (sc->sc_if.if_type != IFT_ETHER)
2231 u_char if_type; local in function:lagg_port_setup
2242 ifp_port->if_type == IFT_ETHER) {
2263 switch (ifp_port->if_type) {
2269 if_type = IFT_IEEE8023ADLAG;
2297 lp->lp_iftype = ifp_port->if_type;
    [all...]
  /src/sys/net/agr/
if_agr.c 316 ifp->if_type = IFT_OTHER;
574 switch (ifp_port->if_type) {
589 if (ifp->if_type != ifp_port->if_type) {
622 ifp->if_type = ifp_port->if_type;
773 0, ifp_port->if_type, NULL, 0,
  /src/sys/nfs/
nfs_bootparam.c 132 if (ifp->if_type == IFT_ETHER || ifp->if_type == IFT_FDDI) {
  /src/sys/dev/usb/
if_upl.c 213 ifp->if_type = IFT_OTHER;
  /src/sys/dist/pf/net/
if_pflog.c 148 ifp->if_type = IFT_PFLOG;

Completed in 33 milliseconds

1 2 3