Home
last modified time | relevance | path

Searched refs:DHCP_OPTION_OFFSET (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.101.15/bsd/netinet/ !
H A Ddhcp_options.c260 len -= (option_len + DHCP_OPTION_OFFSET); in dhcpol_parse_buffer()
261 scan += (option_len + DHCP_OPTION_OFFSET); in dhcpol_parse_buffer()
312 return option + DHCP_OPTION_OFFSET; in dhcpol_find()
H A Ddhcp_options.h60 #define DHCP_OPTION_OFFSET 2 macro