Searched refs:PRU_SEND_EOF (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/bsd/sys/ | ||
| H A D | protosw.h | 431 #define PRU_SEND_EOF 22 /* send and close */ macro |
| /xnu-11215/bsd/netinet/ | ||
| H A D | tcp_usrreq.c | 1328 ((flags & PRUS_EOF) ? PRU_SEND_EOF : PRU_SEND)); in tcp_usr_send() |