HomeSort by: relevance | last modified time | path
    Searched defs:is_probe (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/dhcpcd/dist/src/
arp.c 247 bool is_probe; local
301 is_probe = ar.ar_op == htons(ARPOP_REQUEST) && IN_IS_ADDR_UNSPECIFIED(&arm.sip) &&
303 if (is_probe && falen > 0 && (falen != ar.ar_hln ||

Completed in 166 milliseconds