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

/macosx-10.9.5/postfix-252/postfix/src/postscreen/
H A Dpostscreen_send.c96 start = VSTRING_LEN(state->send_buf);
97 vstring_strcat(state->send_buf, text);
106 STR(state->send_buf)[start + 0] = '4';
108 STR(state->send_buf)[start + 4] = '4';
115 smtp_reply_footer(state->send_buf, start, var_psc_rej_footer,
124 STR(state->send_buf), LEN(state->send_buf));
126 vstring_truncate(state->send_buf, ret - LEN(state->send_buf));
H A Dpostscreen_state.c156 state->send_buf = vstring_alloc(100);
217 if (state->send_buf != 0)
218 state->send_buf = vstring_free(state->send_buf);
H A Dpostscreen.h49 VSTRING *send_buf; /* pending output */ member in struct:__anon11809
/macosx-10.9.5/bootp-268.1/IPConfiguration.bproj/
H A Dbootp_session.c366 * send_buf is cast to some struct types containing short fields;
370 char * send_buf = (char *)send_buf_aligned; local
409 error = bootp_transmit(sockfd, send_buf,
/macosx-10.9.5/bootp-268.1/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
1306 if (bootp_transmit(client->fd, (char *)client->send_buf,
1504 if (bootp_transmit(client->fd, (char *)client->send_buf,

Completed in 195 milliseconds