Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet6/
H A Dudp6_usrreq.c968 if (!(so->so_flags1 & SOF1_CONNECT_COUNTED)) { in udp6_connect()
969 so->so_flags1 |= SOF1_CONNECT_COUNTED; in udp6_connect()
1015 if (!(so->so_flags1 & SOF1_CONNECT_COUNTED)) { in udp6_connect()
1016 so->so_flags1 |= SOF1_CONNECT_COUNTED; in udp6_connect()
H A Draw_ip6.c1168 if (!(so->so_flags1 & SOF1_CONNECT_COUNTED)) { in rip6_connect()
1169 so->so_flags1 |= SOF1_CONNECT_COUNTED; in rip6_connect()
/xnu-12377.41.6/bsd/netinet/
H A Draw_ip.c1103 if (!(so->so_flags1 & SOF1_CONNECT_COUNTED)) { in rip_connect()
1104 so->so_flags1 |= SOF1_CONNECT_COUNTED; in rip_connect()
H A Dudp_usrreq.c2400 if (!(so->so_flags1 & SOF1_CONNECT_COUNTED)) { in udp_connect()
2401 so->so_flags1 |= SOF1_CONNECT_COUNTED; in udp_connect()
/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h288 #define SOF1_CONNECT_COUNTED 0x00200000 /* connect() call was counted */ macro