Home
last modified time | relevance | path

Searched refs:relaylen (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/server/
H A Ddhcpv6.c6769 int relaylen = (int)(offsetof(struct dhcpv6_relay_packet, options)); local
6782 enc_opt_data.len - relaylen,
7103 int relaylen = (int)(offsetof(struct dhcpv6_relay_packet, options)); local
7116 enc_opt_data.len - relaylen,
7890 int relaylen = local
7904 raw->len - 36 - relaylen,
/netbsd-src/external/mpl/dhcp/dist/common/
H A Doptions.c4175 int relaylen = (int)(offsetof(struct dhcpv6_relay_packet, options)); in do_packet6()
4187 relay->options, len - relaylen, in do_packet6()
4172 int relaylen = (int)(offsetof(struct dhcpv6_relay_packet, options)); do_packet6() local