Home
last modified time | relevance | path

Searched refs:bcast (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/net/
H A Ddebugnet_inet.c229 struct ether_addr bcast; in debugnet_send_arp() local
238 memset(&bcast, 0xFF, ETHER_ADDR_LEN); in debugnet_send_arp()
258 return (debugnet_ether_output(m, ifp, bcast, ETHERTYPE_ARP)); in debugnet_send_arp()
/f-stack/freebsd/kern/
H A Dkern_clocksource.c308 int cpu, bcast; local
334 bcast = 0;
348 bcast = 1;
361 if (bcast) {
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_trigger.c1206 struct rte_flow_item_eth bcast = { in mlx5_traffic_enable() local
1302 ret = mlx5_ctrl_flow_vlan(dev, &bcast, &bcast, in mlx5_traffic_enable()
1313 ret = mlx5_ctrl_flow(dev, &bcast, &bcast); in mlx5_traffic_enable()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-pip.h493 status->bcast_l2_red_packets = stat10.s.bcast; in cvmx_pip_get_port_status()
495 status->bcast_l3_red_packets = stat11.s.bcast; in cvmx_pip_get_port_status()
H A Dcvmx-pip-defs.h4604 uint64_t bcast : 32; /**< Number of packets with L2 Broadcast DMAC member
4620 uint64_t bcast : 32;
4638 uint64_t bcast : 32; /**< Number of packets with L2 Broadcast DMAC member
4654 uint64_t bcast : 32;
4679 uint64_t bcast : 32; /**< Number of packets with L3 Broadcast Dest Address member
4701 uint64_t bcast : 32;
4719 uint64_t bcast : 32; /**< Number of packets with L3 Broadcast Dest Address member
4741 uint64_t bcast : 32;
5832 uint64_t bcast : 32; /**< Number of packets with L2 Broadcast DMAC member
5848 uint64_t bcast : 32;
[all …]
/f-stack/freebsd/netinet/
H A Dif_ether.c330 arp_fillheader(struct ifnet *ifp, struct arphdr *ah, int bcast, u_char *buf, in arp_fillheader() argument
344 if (bcast) in arp_fillheader()
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dcommon.h398 int mtu, int promisc, int all_multi, int bcast, int vlanex,
H A Dt4_hw.c4139 int mtu, int promisc, int all_multi, int bcast, int vlanex, in t4_set_rxmode() argument
4151 if (bcast < 0) in t4_set_rxmode()
4152 bcast = M_FW_VI_RXMODE_CMD_BROADCASTEN; in t4_set_rxmode()
4164 V_FW_VI_RXMODE_CMD_BROADCASTEN(bcast) | in t4_set_rxmode()