Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/net/dhcp/
H A Dscan.c114 uint_t opt_size = pl->len - BASE_PKT_SIZE; in dhcp_options_scan()
120 if (pl->len < BASE_PKT_SIZE || in dhcp_options_scan()
/titanic_44/usr/src/uts/common/netinet/
H A Ddhcp.h181 #define BASE_PKT_SIZE 240 /* everything but the options */ macro
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcp.c136 (len >= BASE_PKT_SIZE + 3) && in interpret_dhcp()
213 switch (show_options(dp->options, (len - BASE_PKT_SIZE))) { in interpret_dhcp()
/titanic_44/usr/src/uts/common/io/mac/
H A Dmac_protect.c346 if (dh + BASE_PKT_SIZE > end) in get_dhcpv4_info()