Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/netinet6/
H A Dudp6_usrreq.c963 if (!(so->so_flags1 & SOF1_CONNECT_COUNTED)) { in udp6_connect()
964 so->so_flags1 |= SOF1_CONNECT_COUNTED; in udp6_connect()
1010 if (!(so->so_flags1 & SOF1_CONNECT_COUNTED)) { in udp6_connect()
1011 so->so_flags1 |= SOF1_CONNECT_COUNTED; in udp6_connect()
H A Draw_ip6.c1165 if (!(so->so_flags1 & SOF1_CONNECT_COUNTED)) { in rip6_connect()
1166 so->so_flags1 |= SOF1_CONNECT_COUNTED; in rip6_connect()
/xnu-11417.140.69/bsd/netinet/
H A Draw_ip.c1106 if (!(so->so_flags1 & SOF1_CONNECT_COUNTED)) { in rip_connect()
1107 so->so_flags1 |= SOF1_CONNECT_COUNTED; in rip_connect()
H A Dudp_usrreq.c2385 if (!(so->so_flags1 & SOF1_CONNECT_COUNTED)) { in udp_connect()
2386 so->so_flags1 |= SOF1_CONNECT_COUNTED; in udp_connect()
/xnu-11417.140.69/bsd/sys/
H A Dsocketvar.h297 #define SOF1_CONNECT_COUNTED 0x00200000 /* connect() call was counted */ macro