Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/
H A Dnet_test_lib.h112 #define DHCP_PAYLOAD_MIN sizeof(struct bootp) macro
125 char bytes[DHCP_PAYLOAD_MIN];
127 uint32_t words[DHCP_PAYLOAD_MIN / sizeof(uint32_t)];
/xnu-12377.81.4/bsd/netinet/
H A Ddhcp.h68 #define DHCP_PAYLOAD_MIN (sizeof(struct dhcp) + DHCP_OPTIONS_MIN) macro