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

/illumos-gate/usr/src/common/net/dhcp/
H A Ddhcp_impl.h139 extern int dhcp_options_scan(PKT_LIST *, boolean_t);
H A Dscan.c111 dhcp_options_scan(PKT_LIST *pl, boolean_t scan_vendor) function
/illumos-gate/usr/src/lib/libwanboot/common/
H A Dbootinfo_aux.c138 if (dhcp_options_scan(dhcp_pl, B_TRUE) != 0) {
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dadopt.c103 if (dhcp_options_scan(plp, B_TRUE) != 0) {
H A Dpacket.c1344 switch (dhcp_options_scan(plp, B_TRUE)) {
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcp_hostconf.c124 * dhcp_options_scan(). note that we use calloc() because
125 * dhcp_options_scan() relies on the structure being zeroed.
159 if (!isv6 && dhcp_options_scan(plp, B_TRUE) != 0)
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c456 if ((err = dhcp_options_scan(wk, B_TRUE)) != 0) {
833 if (dhcp_options_scan(wk, B_TRUE) != 0 ||
1115 if (dhcp_options_scan(pl, B_TRUE) != 0) {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c1002 if (dhcp_options_scan(pl, B_TRUE) != 0) {

Completed in 75 milliseconds