Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/net/dhcp/
H A Ddhcp_impl.h115 #define MAX_PKT_LIST 5 /* maximum list size */ macro
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c263 if (pkt_counter > (MAX_PKT_LIST - 1)) in bootp_collect()