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

/netbsd-current/external/mpl/dhcp/dist/server/
H A Ddhcpv6.c5512 int reply_ofs = (int)(offsetof(struct dhcpv6_packet, options)); local
5668 reply_ofs += store_options6(reply_data+reply_ofs,
5669 sizeof(reply_data)-reply_ofs,
5676 reply_ret->len = reply_ofs;
5678 if (!buffer_allocate(&reply_ret->buffer, reply_ofs, MDL)) {
5682 memcpy(reply_ret->buffer->data, reply, reply_ofs);
5785 int *reply_ofs,
5814 if (reply_len < (*reply_ofs + 16)) {
5823 len = store_options6(reply_data+(*reply_ofs)
5780 ia_na_nomatch_decline(const struct data_string *client_id, const struct data_string *iaaddr, u_int32_t *ia_na_id, struct packet *packet, char *reply_data, int *reply_ofs, int reply_len) argument
5878 int reply_ofs = (int)(offsetof(struct dhcpv6_packet, options)); local
6191 ia_na_nomatch_release(const struct data_string *client_id, const struct data_string *iaaddr, u_int32_t *ia_na_id, struct packet *packet, char *reply_data, int *reply_ofs, int reply_len) argument
6284 ia_pd_nomatch_release(const struct data_string *client_id, const struct data_string *iapref, u_int32_t *ia_pd_id, struct packet *packet, char *reply_data, int *reply_ofs, int reply_len) argument
6385 int reply_ofs; local
6702 int reply_ofs; local
7040 int reply_ofs; local
[all...]

Completed in 181 milliseconds