Searched refs:dhcp_options_scan (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/common/net/dhcp/ |
H A D | dhcp_impl.h | 139 extern int dhcp_options_scan(PKT_LIST *, boolean_t);
|
H A D | scan.c | 111 dhcp_options_scan(PKT_LIST *pl, boolean_t scan_vendor) in dhcp_options_scan() function
|
/titanic_41/usr/src/lib/libdhcputil/common/ |
H A D | mapfile-vers | 46 dhcp_options_scan;
|
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | adopt.c | 103 if (dhcp_options_scan(plp, B_TRUE) != 0) { in dhcp_adopt()
|
H A D | packet.c | 1344 switch (dhcp_options_scan(plp, B_TRUE)) { in recv_pkt()
|
/titanic_41/usr/src/stand/lib/inet/ |
H A D | dhcpv4.c | 456 if ((err = dhcp_options_scan(wk, B_TRUE)) != 0) { in select_best() 833 if (dhcp_options_scan(wk, B_TRUE) != 0 || in dhcp_requesting() 1115 if (dhcp_options_scan(pl, B_TRUE) != 0) { in prom_cached_reply()
|
/titanic_41/usr/src/lib/libwanboot/common/ |
H A D | bootinfo_aux.c | 138 if (dhcp_options_scan(dhcp_pl, B_TRUE) != 0) { in dhcp_info_init()
|
/titanic_41/usr/src/lib/libdhcpagent/common/ |
H A D | dhcp_hostconf.c | 159 if (!isv6 && dhcp_options_scan(plp, B_TRUE) != 0) in read_hostconf()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 1002 if (dhcp_options_scan(pl, B_TRUE) != 0) { in dhcpinit()
|