Searched refs:INP_REUSEADDR (Results 1 – 4 of 4) sorted by relevance
952 inp->inp_flags2 |= INP_REUSEADDR; in ip_ctloutput()954 inp->inp_flags2 &= ~INP_REUSEADDR; in ip_ctloutput()
615 #define INP_REUSEADDR 0x00000020 /* SO_REUSEADDR option is set */ macro
507 if ((inp->inp_flags2 & INP_REUSEADDR) != 0) in inp_so_options()
1468 in6p->inp_flags2 |= INP_REUSEADDR; in ip6_ctloutput()1470 in6p->inp_flags2 &= ~INP_REUSEADDR; in ip6_ctloutput()