Home
last modified time | relevance | path

Searched refs:is_broadcast (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dnetconsole.c53 static int is_broadcast(struct in_addr ip) in is_broadcast() function
102 if (is_broadcast(nc_ip)) in refresh_settings_from_env()
142 if (src_ip.s_addr != nc_ip.s_addr && !is_broadcast(nc_ip)) in nc_input_packet()
/openbmc/qemu/hw/net/
H A Di82596.c493 uint16_t is_broadcast = 0; in i82596_receive() local
544 is_broadcast = 1; in i82596_receive()
564 is_broadcast = 1; in i82596_receive()
674 status = STAT_C | STAT_OK | is_broadcast; in i82596_receive()
/openbmc/linux/drivers/media/cec/core/
H A Dcec-adap.c1976 bool is_broadcast = cec_msg_is_broadcast(msg); in cec_receive_notify() local
2024 if (is_broadcast) in cec_receive_notify()
2031 if (is_broadcast || from_unregistered) in cec_receive_notify()
2042 if (!is_broadcast) in cec_receive_notify()
2158 if (!is_broadcast && !is_reply && !adap->follower_cnt && in cec_receive_notify()
/openbmc/linux/drivers/firewire/
H A Dnet.c480 bool is_broadcast, u16 ether_type) in fwnet_finish_incoming_packet() argument
504 is_broadcast ? net->broadcast : net->dev_addr, in fwnet_finish_incoming_packet()
560 bool is_broadcast) in fwnet_incoming_packet() argument
600 is_broadcast, ether_type); in fwnet_incoming_packet()
/openbmc/linux/drivers/net/fddi/skfp/
H A Dsmt.c119 static inline int is_broadcast(const struct fddi_addr *addr) in is_broadcast() function
574 && is_broadcast(&sm->smt_dest)) { in smt_received_pack()