Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_var.h164 #define IP_SENDONES 0x4 /* send all-ones broadcast */ macro
/f-stack/freebsd/netinet/
H A Dip_var.h164 #define IP_SENDONES 0x4 /* send all-ones broadcast */ macro
H A Draw_ip.c608 flags |= IP_SENDONES; in rip_output()
H A Dip_output.c424 if (flags & IP_SENDONES) { in ip_output()
H A Dudp_usrreq.c1445 ipflags |= IP_SENDONES; in udp_output()