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

  /src/external/bsd/tcpdump/dist/
print-dhcp6.c 297 u_int authinfolen, authrealmlen; local
502 authinfolen = optlen - 11;
505 if (authinfolen == 0)
507 if (authinfolen < 20) {
511 authrealmlen = authinfolen - 20;
524 if (authinfolen != 17) {

Completed in 40 milliseconds