Searched refs:mif (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/usr.sbin/rtadvd/
H A Dif.c714 sock_mc_rr_update(struct sockinfo *s, char *mif) argument
720 if (mif == NULL)
730 if ((mreq.ipv6mr_interface = if_nametoindex(mif)) == 0) {
733 __func__, mif);
741 __func__, mif, strerror(errno));
747 __func__, mif);
/freebsd-10.1-release/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_port.c259 bridge_new_port(struct mibif *mif, struct bridge_if *bif) argument
272 bp->if_idx = mif->index;
273 bp->port_no = mif->sysindex;
274 strlcpy(bp->p_name, mif->name, IFNAMSIZ);
918 struct mibif *mif; local
924 (mif = mib_find_if(if_idx)) == NULL)
958 if ((bp = bridge_new_port(mif, bif)) == NULL)
1040 struct mibif *mif; local
1053 if ((mif = mib_find_if(if_idx)) == NULL)
1056 if ((bp = bridge_new_port(mif, bi
[all...]
H A Dbridge_snmp.h226 struct bridge_port *bridge_new_port(struct mibif *mif, struct bridge_if *bif);
/freebsd-10.1-release/sys/net/
H A Dbridgestp.c2022 struct ifnet *ifp, *mif; local
2032 mif = NULL;
2052 if (mif == NULL) {
2053 mif = ifp;
2056 if (bstp_addr_cmp(IF_LLADDR(ifp), IF_LLADDR(mif)) < 0) {
2057 mif = ifp;
2062 if (mif == NULL)
2065 e_addr = IF_LLADDR(mif);
/freebsd-10.1-release/sys/dev/hme/
H A Dif_hme.c168 #define HME_MIF_READ_4(sc, offs) HME_SPC_READ_4(mif, (sc), (offs))
169 #define HME_MIF_WRITE_4(sc, offs, v) HME_SPC_WRITE_4(mif, (sc), (offs), (v))
171 HME_SPC_BARRIER(mif, (sc), (offs), (l), (f))
/freebsd-10.1-release/sys/netinet6/
H A Dip6_mroute.c491 * returns the input and output packet and byte counts on the mif provided
652 * Add a mif to the mif table
714 /* initialize per mif pkt counters */
725 MRT6_DLOG(DEBUG_ANY, "mif #%d, phyint %s", mifcp->mif6c_mifi,
732 * Delete a mif from the mif table
769 MRT6_DLOG(DEBUG_ANY, "mif %d, nummifs %d", *mifip, nummifs);
1353 * Macro to send packet on mif. Since RSVP packets don't get counted on
1366 * Don't forward if it didn't arrive from the parent mif
1618 register_send(struct ip6_hdr *ip6, struct mif6 *mif, struct mbuf *m) argument
[all...]
/freebsd-10.1-release/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c2928 wlan_attach_newif(struct mibif *mif) argument
2932 if (mif->mib.ifmd_data.ifi_type != IFT_ETHER ||
2933 wlan_check_media(mif->name) != IFM_IEEE80211)
2936 if ((wif = wlan_new_wif(mif->name)) == NULL)
2940 wif->index = mif->index;

Completed in 178 milliseconds