Searched refs:CD_HOSTNAME (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/common/netinet/ |
H A D | dhcp.h | 61 #define CD_HOSTNAME 12 macro
|
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | select.c | 216 (void) add_pkt_opt(dpkt, CD_HOSTNAME, in dhcp_selecting()
|
H A D | init_reboot.c | 93 (void) add_pkt_opt(dpkt, CD_HOSTNAME, in dhcp_init_reboot_v4()
|
H A D | renew.c | 494 (void) add_pkt_opt(dpkt, CD_HOSTNAME, dsmp->dsm_reqhost, in dhcp_extending()
|
H A D | request.c | 317 (void) add_pkt_opt(dpkt, CD_HOSTNAME, dsmp->dsm_reqhost, in dhcp_requesting() 517 if (pkt->opts[CD_HOSTNAME] != NULL) in compute_points_v4()
|
/titanic_50/usr/src/stand/lib/inet/ |
H A D | dhcpv4.c | 119 CD_HOSTNAME, in parameter_request_list() 554 if (wk->opts[CD_HOSTNAME]) in select_best() 1020 if (state_pl->opts[CD_HOSTNAME] != NULL) { in dhcp_bound() 1021 doptp = state_pl->opts[CD_HOSTNAME]; in dhcp_bound()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_dhcp.c | 343 case CD_HOSTNAME: in show_options()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 1012 if (pl->opts[CD_HOSTNAME] != NULL) { in dhcpinit() 1013 doptp = pl->opts[CD_HOSTNAME]; in dhcpinit()
|