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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din.h603 extern int in_broadcast(struct in_addr, struct ifnet *);
H A Din_rmx.c124 * This way, we can avoid an expensive call to in_broadcast()
137 if (in_broadcast(sin->sin_addr, rt->rt_ifp)) {
H A Dip_output.c479 isbroadcast = in_broadcast(dst->sin_addr, ifp);
609 isbroadcast = in_broadcast(dst->sin_addr, ifp);
1294 isbroadcast = in_broadcast(dst->sin_addr, ifp);
H A Din_arp.c291 else if (in_broadcast(SIN(rt_key(rt))->sin_addr, rt->rt_ifp)) {
H A Din.c1259 in_broadcast( function
H A Dudp_usrreq.c393 in_broadcast(ip->ip_dst, m->m_pkthdr.rcvif)) {
H A Dtcp_input.c1682 * in_broadcast() should never return true on a received
1700 in_broadcast(ip->ip_dst, m->m_pkthdr.rcvif))
3087 in_broadcast(ip->ip_dst, m->m_pkthdr.rcvif))

Completed in 40 milliseconds