Home
last modified time | relevance | path

Searched refs:in_broadcast (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/netinet/
H A Din_rmx.c79 if (in_broadcast(addr4->sin_addr, nh->nh_ifp)) { in rib4_preadd()
H A Din.h648 int in_broadcast(struct in_addr, struct ifnet *);
H A Dsctp_os_bsd.h357 #define SCTP_IS_IT_BROADCAST(dst, m) ((m->m_flags & M_PKTHDR) ? in_broadcast(dst, m->m_pkthdr.rcvif…
H A Dip_divert.c543 else if (in_broadcast(ip->ip_dst, m->m_pkthdr.rcvif)) in div_output_inbound()
H A Din.c1155 in_broadcast(struct in_addr in, struct ifnet *ifp) in in_broadcast() function
H A Dtcp_input.c1323 in_broadcast(ip->ip_dst, m->m_pkthdr.rcvif)) { in tcp_input()
3386 in_broadcast(ip->ip_dst, m->m_pkthdr.rcvif)) in tcp_dropwithreset()
H A Dudp_usrreq.c529 in_broadcast(ip->ip_dst, ifp)) { in udp_input()