Searched refs:BASE_PKT_SIZE (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/net/dhcp/
H A Dscan.c114 uint_t opt_size = pl->len - BASE_PKT_SIZE;
120 if (pl->len < BASE_PKT_SIZE ||
/opensolaris-onvv-gate/usr/src/uts/common/netinet/
H A Ddhcp.h181 #define BASE_PKT_SIZE 240 /* everything but the options */ macro
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
H A Dgeneric.c284 BASE_PKT_SIZE);
607 return (BASE_PKT_SIZE + (uint_t)(main_optp - r_pktp->options));
H A Dinterfaces.c606 if (verify_len < BASE_PKT_SIZE) {
H A Ddhcp.c967 actual_len = BASE_PKT_SIZE + (uint_t)(optp - rep_pktp->options);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcp.c136 (len >= BASE_PKT_SIZE + 3) &&
213 switch (show_options(dp->options, (len - BASE_PKT_SIZE))) {
/opensolaris-onvv-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c330 if (dh + BASE_PKT_SIZE > end)

Completed in 70 milliseconds