Searched refs:send_head (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Ddlil.c3713 mbuf_t send_head = NULL; local
3714 mbuf_t *send_tail = &send_head;
3957 if (send_head != NULL) {
3961 retval = (*ifp->if_output)(ifp, send_head);
/macosx-10.10/curl-83.1.2/curl/lib/
H A Durl.c2786 bool send_head = (conn->writechannel_inuse && local
2791 if(Curl_removeHandleFromPipeline(data, conn->send_pipe) && send_head)

Completed in 134 milliseconds