Searched refs:MSG_BCAST (Results 1 – 4 of 4) sorted by relevance
159 #ifdef MSG_BCAST in dhcp_packet()161 if (!(msg.msg_flags & MSG_BCAST)) unicast_dest = 1; in dhcp_packet()
506 pub const MSG_BCAST: ::c_int = 0x100; constant
861 pub const MSG_BCAST: ::c_int = 0x0100; constant
7686 #ifdef MSG_BCAST7687 PyModule_AddIntMacro(m, MSG_BCAST);