Lines Matching defs:buflen

293 static uint8_t *dhcpv4_encode_magic_cookie(uint8_t *buf, size_t *buflen)  in dhcpv4_encode_magic_cookie()
306 static uint8_t *dhcpv4_encode_ip_lease_time_option(uint8_t *buf, size_t *buflen, in dhcpv4_encode_ip_lease_time_option()
322 static uint8_t *dhcpv4_encode_message_type_option(uint8_t *buf, size_t *buflen, in dhcpv4_encode_message_type_option()
338 static uint8_t *dhcpv4_encode_server_id_option(uint8_t *buf, size_t *buflen, in dhcpv4_encode_server_id_option()
354 static uint8_t *dhcpv4_encode_client_id_option(uint8_t *buf, size_t *buflen, in dhcpv4_encode_client_id_option()
370 static uint8_t *dhcpv4_encode_subnet_mask_option(uint8_t *buf, size_t *buflen, in dhcpv4_encode_subnet_mask_option()
386 static uint8_t *dhcpv4_encode_router_option(uint8_t *buf, size_t *buflen, in dhcpv4_encode_router_option()
402 static uint8_t *dhcpv4_encode_dns_server_option(uint8_t *buf, size_t *buflen) in dhcpv4_encode_dns_server_option()
425 static uint8_t *dhcpv4_encode_end_option(uint8_t *buf, size_t *buflen) in dhcpv4_encode_end_option()
440 static uint8_t *dhcpv4_encode_header(uint8_t *buf, size_t *buflen, in dhcpv4_encode_header()
472 static uint8_t *dhcpv4_encode_string(uint8_t *buf, size_t *buflen, char *str, in dhcpv4_encode_string()
493 static uint8_t *dhcpv4_encode_sname(uint8_t *buf, size_t *buflen, char *sname) in dhcpv4_encode_sname()
498 static uint8_t *dhcpv4_encode_file(uint8_t *buf, size_t *buflen, char *file) in dhcpv4_encode_file()
504 uint8_t *buf, size_t *buflen, in dhcpv4_encode_requested_params()
615 size_t buflen = sizeof(reply); in dhcpv4_send_offer() local
656 size_t buflen = sizeof(reply); in dhcpv4_send_ack() local
698 size_t buflen = sizeof(reply); in dhcpv4_send_nak() local