Searched refs:SOF_NOTIFYCONFLICT (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c395 * the port a socket who has set SOF_NOTIFYCONFLICT owns.
523 if ((t->inp_socket->so_flags & SOF_NOTIFYCONFLICT) && ((so->so_flags & SOF_NOTIFYCONFLICT) == 0))
553 if ((t->inp_socket->so_flags & SOF_NOTIFYCONFLICT) && ((so->so_flags & SOF_NOTIFYCONFLICT) == 0))
/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h243 #define SOF_NOTIFYCONFLICT 0x400 /* notify that a bind was done on a port already in use */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c3185 so->so_flags |= SOF_NOTIFYCONFLICT;
3187 so->so_flags &= ~SOF_NOTIFYCONFLICT;
3584 optval = (so->so_flags & SOF_NOTIFYCONFLICT);
H A Duipc_socket2.c317 SOF_NOTIFYCONFLICT |

Completed in 78 milliseconds