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

  /src/sys/netinet6/
icmp6.c 1234 int oldfqdn = 0; /* if 1, return pascal string (03 draft) */ local in function:ni6_input
1295 oldfqdn++;
1427 oldfqdn++;
1482 n->m_next = ni6_nametodns(hostname, hostnamelen, oldfqdn);
  /src/sbin/ping6/
ping6.c 1305 int oldfqdn; local in function:pr_pack
1456 oldfqdn = 1;
1458 oldfqdn = 0;
1459 if (oldfqdn) {
1525 if (oldfqdn) {
1541 cc - off - ICMP6_NIRLEN - 1 && oldfqdn) {
2204 printf(", oldfqdn");

Completed in 15 milliseconds