OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dhcpv6_relay_packet
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mpl/dhcp/dist/includes/
dhcp6.h
241
struct
dhcpv6_relay_packet
{
struct
/src/external/mpl/dhcp/dist/server/
dhcpv6.c
6694
const struct
dhcpv6_relay_packet
*relay;
6701
struct
dhcpv6_relay_packet
*reply;
6769
int relaylen = (int)(offsetof(struct
dhcpv6_relay_packet
, options));
6770
relay = (struct
dhcpv6_relay_packet
*)enc_opt_data.data;
6843
reply = (struct
dhcpv6_relay_packet
*)reply_data;
6850
reply_ofs = (int)(offsetof(struct
dhcpv6_relay_packet
, options));
7031
const struct
dhcpv6_relay_packet
*relay;
7039
struct
dhcpv6_relay_packet
*reply;
7103
int relaylen = (int)(offsetof(struct
dhcpv6_relay_packet
, options));
7104
relay = (struct
dhcpv6_relay_packet
*)enc_opt_data.data
[
all
...]
/src/external/mpl/dhcp/dist/relay/
dhcrelay.c
1722
struct
dhcpv6_relay_packet
*relay;
1767
relay = (struct
dhcpv6_relay_packet
*) forw_data;
1768
cursor = offsetof(struct
dhcpv6_relay_packet
, options);
/src/external/mpl/dhcp/dist/common/
options.c
4108
if (len >= offsetof(struct
dhcpv6_relay_packet
, options)) {
4129
const struct
dhcpv6_relay_packet
*relay;
4175
int relaylen = (int)(offsetof(struct
dhcpv6_relay_packet
, options));
4176
relay = (const struct
dhcpv6_relay_packet
*)packet;
Completed in 45 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026