Searched refs:dhcpv6_find_option (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/common/net/dhcp/ |
H A D | scan.c | 193 dhcpv6_find_option(const void *buffer, size_t buflen, in dhcpv6_find_option() function 237 return (dhcpv6_find_option(d6m + 1, plp->len - sizeof (*d6m), oldopt, in dhcpv6_pkt_option()
|
H A D | dhcp_impl.h | 142 extern dhcpv6_option_t *dhcpv6_find_option(const void *, size_t,
|
/titanic_41/usr/src/lib/libdhcputil/common/ |
H A D | mapfile-vers | 47 dhcpv6_find_option;
|
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | init_reboot.c | 168 while ((d6so = dhcpv6_find_option(obase, olen, d6so, in dhcp_init_reboot_v6()
|
H A D | bound.c | 725 d6so = dhcpv6_find_option(optbase, olen, NULL, in configure_v6_leases() 776 while ((d6so = dhcpv6_find_option(optbase, olen, d6so, in configure_v6_leases() 804 d6sso = dhcpv6_find_option((const char *)d6so + in configure_v6_leases()
|
H A D | request.c | 412 d6so = dhcpv6_find_option( in compute_points_v6()
|
H A D | agent.c | 830 opt = dhcpv6_find_option( in ipc_event()
|
H A D | packet.c | 660 while ((d6o = dhcpv6_find_option(d6m + 1, in add_pkt_lif()
|
H A D | README.v6 | 411 For option parsing, dhcpv6_find_option() and dhcpv6_pkt_option() 418 wrapper on dhcpv6_find_option() that starts with a PKT_LIST pointer 1195 - Add DHCPv6 option iterators (dhcpv6_find_option and
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_dhcpv6.c | 120 while ((d6o = dhcpv6_find_option(data, len, d6o, in interpret_dhcpv6() 126 d6o = dhcpv6_find_option(data, len, NULL, in interpret_dhcpv6() 141 d6o = dhcpv6_find_option(data, len, NULL, in interpret_dhcpv6()
|