Home
last modified time | relevance | path

Searched refs:IP_SENDONES (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dip_var.h176 #define IP_SENDONES 0x4 /* send all-ones broadcast */ macro
H A Draw_ip.c597 flags |= IP_SENDONES; in rip_send()
H A Dip_output.c417 if (flags & IP_SENDONES) { in ip_output()
H A Dudp_usrreq.c1400 ipflags |= IP_SENDONES; in udp_send()