Home
last modified time | relevance | path

Searched refs:uid_max (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/dhcpd/
H A Dmemory.c507 comp->uid_max = 0; in supersede_lease()
531 comp->uid_max = sizeof comp->uid_buf; in supersede_lease()
534 comp->uid_max = lease->uid_max; in supersede_lease()
536 lease->uid_max = 0; in supersede_lease()
542 comp->uid_max = 0; in supersede_lease()
H A Ddhcpd.h111 int uid_max; member
H A Ddhcp.c921 lt.uid_max = sizeof lt.uid_buf; in ack_lease()
924 lt.uid_max = lt.uid_len = packet->options[i].len; in ack_lease()
925 lt.uid = malloc(lt.uid_max); in ack_lease()