Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDip_var.h166 #define IP_SENDONES 0x4 /* send all-ones broadcast */ macro
HDraw_ip.c616 flags |= IP_SENDONES; in rip_send()
HDip_output.c419 if (flags & IP_SENDONES) { in ip_output()
HDudp_usrreq.c1395 ipflags |= IP_SENDONES; in udp_send()