HomeSort by: relevance | last modified time | path
    Searched defs:unicast (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_ieee1394subr.c 98 int unicast; local in function:ieee1394_output
110 * For unicast, we make a tag to store the lladdr of the
118 unicast = !(m0->m_flags & (M_BCAST | M_MCAST));
119 if (unicast) {
138 if (unicast &&
159 * called only if unicast. Should it be enabled?
165 if (unicast) {
188 if (unicast)
199 unicast &&
209 if (unicast) {
    [all...]
  /src/sys/dev/pci/
if_iavf.c 1414 int unicast, multicast; local in function:iavf_iff_locked
1422 unicast = 0;
1425 unicast = 1;
1431 iavf_config_promisc_mode(sc, unicast, multicast);
2037 iavf_evcnt_attach(&isc->isc_rx_unicast, dn, "Rx unicast");
2045 iavf_evcnt_attach(&isc->isc_tx_unicast, dn, "Tx unicast");
5006 iavf_config_promisc_mode(struct iavf_softc *sc, int unicast, int multicast)
5020 if (unicast)

Completed in 15 milliseconds