HomeSort by: relevance | last modified time | path
    Searched defs:enc_reply (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/dist/server/
dhcpv6.c 6695 struct data_string enc_reply; local
6710 memset(&enc_reply, 0, sizeof(enc_reply));
6829 build_dhcpv6_reply(&enc_reply, enc_packet);
6835 if (enc_reply.data == NULL) {
6919 (unsigned char *)enc_reply.data,
6920 enc_reply.len,
7004 if (enc_reply.data != NULL) {
7005 data_string_forget(&enc_reply, MDL);
7033 struct data_string enc_reply; local
    [all...]
dhcpv6.c 6695 struct data_string enc_reply; local
6710 memset(&enc_reply, 0, sizeof(enc_reply));
6829 build_dhcpv6_reply(&enc_reply, enc_packet);
6835 if (enc_reply.data == NULL) {
6919 (unsigned char *)enc_reply.data,
6920 enc_reply.len,
7004 if (enc_reply.data != NULL) {
7005 data_string_forget(&enc_reply, MDL);
7033 struct data_string enc_reply; local
    [all...]

Completed in 48 milliseconds