Home
last modified time | relevance | path

Searched refs:DHCP_OPT_META_LEN (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/net/dhcp/
H A Ddhcp_impl.h99 #define DHCP_OPT_META_LEN 2 macro
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dagent.c887 opt = malloc(optnum.size + DHCP_OPT_META_LEN); in ipc_event()
923 DHCP_OPT_META_LEN; in ipc_event()
1104 if (iap->ia_request->data_length <= DHCP_OPT_META_LEN) { in dhcp_smach_set_msg_reqhost()
1116 } else if (iap->ia_request->data_length - DHCP_OPT_META_LEN in dhcp_smach_set_msg_reqhost()
1187 if ((opt = malloc(dsmp->dsm_cidlen + DHCP_OPT_META_LEN)) in dhcp_get_ack_or_state()
H A Dutil.c1177 valptr = (uchar_t *)opt + DHCP_OPT_META_LEN; in get_offered_domainname_v4()
H A Dpacket.c433 req_len = opt_len + DHCP_OPT_META_LEN; in add_pkt_opt()