Home | History | Annotate | Download | only in dhcpcd-6.8.2

Lines Matching defs:out

24  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
289 decode_rfc3442(char *out, size_t len, const uint8_t *p, size_t pl)
296 char *o = out;
316 if (!out) {
325 if (o != out) {
348 if (out)
349 return o - out;
465 decode_rfc5969(char *out, size_t len, const uint8_t *p, size_t pl)
487 if (out) {
488 b= snprintf(out, len,
502 out += b;
515 if (out) {
516 b= snprintf(out, len, " %d.%d.%d.%d",
519 out += b;
1049 /* Pad out to the BOOTP minimum message length.
1704 * This could happen if our IP was pulled out from underneath us.
1778 * as our failure timeouts will change out codepath when needed. */
2017 uint8_t *out;
2031 out = (uint8_t *) dst_iterator.ptr;
2041 if (out + option_length + 3 > out_end) {
2047 *out++ = option;
2048 *out++ = option_length;
2049 memcpy(out, option_value, option_length);
2050 out += option_length;
2055 *out++ = DHO_END;
2584 "%s: Probe gateway %s timed out ",