Searched refs:send_buf (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/postfix-255/postfix/src/postscreen/
H A Dpostscreen_send.c99 start = VSTRING_LEN(state->send_buf);
100 vstring_strcat(state->send_buf, text);
109 STR(state->send_buf)[start + 0] = '4';
111 STR(state->send_buf)[start + 4] = '4';
118 smtp_reply_footer(state->send_buf, start, var_psc_rej_footer,
127 STR(state->send_buf), LEN(state->send_buf));
129 vstring_truncate(state->send_buf, ret - LEN(state->send_buf));
H A Dpostscreen_state.c163 state->send_buf = vstring_alloc(100);
225 if (state->send_buf != 0)
226 state->send_buf = vstring_free(state->send_buf);
H A Dpostscreen.h71 VSTRING *send_buf; /* pending output */ member in struct:__anon11808
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dbootp_session.c380 * send_buf is cast to some struct types containing short fields;
384 char * send_buf = (char *)send_buf_aligned; local
423 error = bootp_transmit(sockfd, send_buf,
/macosx-10.10/bootp-298/BSDPClient/
H A DBSDPClient.c156 * send_buf is cast to some struct types containing short fields;
159 int send_buf[512]; member in struct:BSDPClient_s
1321 if (bootp_transmit(client->fd, (char *)client->send_buf,
1519 if (bootp_transmit(client->fd, (char *)client->send_buf,

Completed in 143 milliseconds