Searched refs:option_cache_allocate (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/mpl/dhcp/dist/server/ |
| H A D | dhcp.c | 1209 if (option_cache_allocate(&noc, MDL)) { 1534 if (option_cache_allocate (&oc, MDL)) { 1552 if (option_cache_allocate (&oc, MDL)) { 1807 if (!option_cache_allocate (&oc, MDL)) { 1830 if (!option_cache_allocate (&oc, MDL)) { 2064 if (option_cache_allocate(&oc, MDL)) { 3310 if (option_cache_allocate (&noc, MDL)) { 3331 if (option_cache_allocate (&oc, MDL)) { 3354 if (option_cache_allocate (&oc, MDL)) { 3432 if (option_cache_allocate (&oc, MDL)) { [all …]
|
| H A D | bootp.c | 235 if (option_cache_allocate (&oc, MDL)) {
|
| H A D | confpars.c | 2381 if (option_cache_allocate (&stmt -> data.option,
|
| /netbsd-src/external/mpl/dhcp/dist/common/ |
| H A D | options.c | 274 if (!option_cache_allocate(&nop, MDL)) { 2422 if (!option_cache_allocate (&noc, MDL)) 2615 if (!option_cache_allocate (opp, MDL)) { in prepare_option_buffer() 3302 if (option_cache_allocate (&no_nwip, MDL)) 4466 if (!option_cache_allocate(&oc, MDL)) { in add_option()
|
| H A D | parse.c | 2807 if (!option_cache_allocate (&zone -> primary, MDL)) in parse_zone() 2818 if (!option_cache_allocate (&zone -> secondary, MDL)) in parse_zone() 2864 if (!option_cache_allocate (&zone->primary6, MDL)) in parse_zone() 2875 if (!option_cache_allocate (&zone->secondary6, MDL)) in parse_zone() 5521 if (!option_cache_allocate (oc, MDL))
|
| H A D | dns.c | 1420 if ((!option_cache_allocate(&zone->primary, MDL)) || in cache_found_zone() 1434 if ((!option_cache_allocate(&zone->primary6, MDL)) || in cache_found_zone()
|
| H A D | alloc.c | 635 int option_cache_allocate (cptr, file, line) in option_cache_allocate() function
|
| H A D | tree.c | 177 if (!option_cache_allocate (oc, file, line)) { 372 if (!option_cache_allocate (oc, file, line)) in option_cache()
|
| /netbsd-src/external/mpl/dhcp/dist/includes/ |
| H A D | dhcpd.h | 2568 int option_cache_allocate (struct option_cache **, const char *, int);
|
| /netbsd-src/external/mpl/dhcp/dist/client/ |
| H A D | dhc6.c | 5715 if (option_cache_allocate(&oc, MDL)) { in make_client6_options()
|