Searched refs:has_binding (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/bootp-298/bootplib/
H A DNICachePrivate.h51 boolean_t * has_binding);
56 boolean_t * has_binding);
H A DNICache.c483 boolean_t * has_binding)
488 if (has_binding)
489 *has_binding = FALSE;
518 if (has_binding)
519 *has_binding = TRUE;
535 boolean_t * has_binding)
539 if (has_binding)
540 *has_binding = FALSE;
558 if (has_binding)
559 *has_binding
479 PLCache_lookup_hw(PLCache_t * PLCache, uint8_t hwtype, void * hwaddr, int hwlen, NICacheFunc_t * func, void * arg, struct in_addr * client_ip, boolean_t * has_binding) argument
532 PLCache_lookup_identifier(PLCache_t * PLCache, char * idstr, NICacheFunc_t * func, void * arg, struct in_addr * client_ip, boolean_t * has_binding) argument
[all...]
/macosx-10.10/bootp-298/bootpd.tproj/
H A Dbootpd.h82 boolean_t has_binding; member in struct:subnet_match_args
H A Ddhcpd.c501 match.has_binding = FALSE;
526 match.has_binding = FALSE;
589 boolean_t has_binding = FALSE; local
688 match.has_binding = FALSE;
703 if (match.has_binding == TRUE) {
704 has_binding = TRUE;
722 has_binding = TRUE;
1014 if (has_binding)
H A Dbootpd.c1468 s->has_binding = TRUE;

Completed in 75 milliseconds