Searched refs:bcast (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | debugnet_inet.c | 229 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 D | kern_clocksource.c | 308 int cpu, bcast; local 334 bcast = 0; 348 bcast = 1; 361 if (bcast) {
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_trigger.c | 1206 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 D | cvmx-pip.h | 493 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 D | cvmx-pip-defs.h | 4604 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 D | if_ether.c | 330 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 D | common.h | 398 int mtu, int promisc, int all_multi, int bcast, int vlanex,
|
| H A D | t4_hw.c | 4139 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()
|