OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dhcp_max_agent_option_packet_length
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mpl/dhcp/dist/relay/
dhcrelay.c
94
int
dhcp_max_agent_option_packet_length
= DHCP_MTU_MIN;
variable
520
dhcp_max_agent_option_packet_length
= atoi(argv[i]);
522
if (
dhcp_max_agent_option_packet_length
> DHCP_MTU_MAX)
1260
max = ((u_int8_t *)packet) +
dhcp_max_agent_option_packet_length
;
1303
if (mms <
dhcp_max_agent_option_packet_length
&&
/src/external/mpl/dhcp/dist/server/
dhcpd.c
108
int
dhcp_max_agent_option_packet_length
= DHCP_MTU_MAX;
variable
/src/external/mpl/dhcp/dist/includes/
dhcpd.h
2146
extern int
dhcp_max_agent_option_packet_length
;
/src/external/mpl/dhcp/dist/client/
dhclient.c
65
int
dhcp_max_agent_option_packet_length
= 0;
variable
Completed in 23 milliseconds
Indexes created Sat Aug 29 00:25:01 UTC 2026