HomeSort by relevance Sort by last modified time
    Searched refs:req_mask (Results 1 - 4 of 4) sorted by null

  /external/dhcpcd/
if-options.h 97 struct in_addr req_mask; member in struct:if_options
if-options.c 431 ifo->req_mask.s_addr = 0;
435 if (parse_addr(&ifo->req_addr, &ifo->req_mask,
440 ifo->req_mask.s_addr = 0;
634 ifo->req_mask.s_addr == 0 ? &ifo->req_mask : NULL,
641 if (parse_addr(&ifo->req_mask, NULL, p) != 0)
bind.c 145 lease->net.s_addr = ifo->req_mask.s_addr;
dhcpcd.c 1089 dhcp_message_new(&ifo->req_addr, &ifo->req_mask);
1102 iface->net.s_addr = iface->state->options->req_mask.s_addr;
    [all...]

Completed in 358 milliseconds