Searched refs:WNT_RELEASE (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dudp6_usrreq.c362 if (in_pcb_checkstate(in6p, WNT_RELEASE, 1) ==
520 in_pcb_checkstate(in6p, WNT_RELEASE, 0);
532 if (in_pcb_checkstate(in6p, WNT_RELEASE, 1) == WNT_STOPUSING) {
H A Din6_pcb.c537 in_pcb_checkstate(pcb, WNT_RELEASE, pcb == inp ? 1 : 0);
943 (void) in_pcb_checkstate(inp, WNT_RELEASE, 1);
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Din_pcb.c1276 in_pcb_checkstate(pcb, WNT_RELEASE, pcb == inp ? 1 : 0);
1604 (void) in_pcb_checkstate(inp, WNT_RELEASE, 1);
2279 case WNT_RELEASE:
2313 return (WNT_RELEASE);
2685 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING) {
2746 if (in_pcb_checkstate(tmp_inp, WNT_RELEASE, 1) == WNT_STOPUSING)
H A Din_pcb.h711 #define WNT_RELEASE 0x2 macro
H A Dtcp_input.c1816 if (in_pcb_checkstate(inp, WNT_RELEASE, 0)
1918 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING) {
5311 in_pcb_checkstate(inp, WNT_RELEASE, 1);
5321 in_pcb_checkstate(inp, WNT_RELEASE, 1);
5333 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING) {
H A Dtcp_usrreq.c1248 if (in_pcb_checkstate(oinp, WNT_RELEASE, 1) == WNT_STOPUSING) {
1590 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING) {
1696 in_pcb_checkstate(finp, WNT_RELEASE, 0);
H A Dudp_usrreq.c448 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) ==
680 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING) {
901 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) ==
H A Dtcp_subr.c1314 if (in_pcb_checkstate(inp, WNT_RELEASE, 1)
1843 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING) {
H A Dtcp_timer.c1381 if (in_pcb_checkstate(tp->t_inpcb, WNT_RELEASE, 1)
H A Dip_fw2.c2333 in_pcb_checkstate(pcb, WNT_RELEASE, 0);
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpktap.c966 in_pcb_checkstate(inp, WNT_RELEASE, 0);
H A Dntstat.c904 in_pcb_checkstate(cookie->inp, WNT_RELEASE, inplock);
1000 in_pcb_checkstate(inp, WNT_RELEASE, 0);

Completed in 217 milliseconds