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

  /src/tests/net/if_bridge/
Makefile 14 FILES+= broadcast.pcap.uue unicast.pcap.uue
t_bridge.sh 396 unpack_file unicast.pcap
417 # Input: unicast through shmif0
420 atf_check -s exit:0 -o ignore shmif_pcapin unicast.pcap ${BUS_SHMIF0}
448 # Input: unicast through shmif0
451 atf_check -s exit:0 -o ignore shmif_pcapin unicast.pcap ${BUS_SHMIF0}
468 # Insert a route 00:aa:aa:aa:aa:aa shmif2 to test forwarding path of known-unicast-frame
479 atf_check -s exit:0 -o ignore shmif_pcapin unicast.pcap ${BUS_SHMIF0}
498 atf_check -s exit:0 -o ignore shmif_pcapin unicast.pcap ${BUS_SHMIF0}
  /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 16 milliseconds