Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Ddhcp_options.c291 len -= (option_len + DHCP_OPTION_OFFSET); in dhcpol_parse_buffer()
292 scan += (option_len + DHCP_OPTION_OFFSET); in dhcpol_parse_buffer()
343 return option + DHCP_OPTION_OFFSET; in dhcpol_find()
H A Ddhcp_options.h60 #define DHCP_OPTION_OFFSET 2 macro