OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:address_max
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mpl/dhcp/dist/common/
ctrace.c
90
ip->address_count = ip->
address_max
= 1;
discover.c
510
iface->
address_max
= 4;
511
} else if (iface->address_count >= iface->
address_max
) {
515
new_max = iface->
address_max
+ 4;
523
iface->
address_max
* sizeof(struct in_addr));
526
iface->
address_max
= new_max;
/src/external/mpl/dhcp/dist/includes/
dhcpd.h
1386
int
address_max
; /* Size of addresses buffer. */
member in struct:interface_info
Completed in 74 milliseconds
Indexes created Thu Aug 27 00:25:27 UTC 2026