Home
last modified time | relevance | path

Searched refs:v_dns2 (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/lib/libstand/
Dbootp.h137 struct in_addr v_dns1, v_dns2; /* Domain name servers */ member
/freebsd-9-stable/libexec/bootpd/
Dbootp.h141 struct in_addr v_dns1, v_dns2; /* Domain name servers */ member
Dbootpd.c1191 (vendp->v_dns2).s_addr = (taddr->addr)[1].s_addr;
/freebsd-9-stable/libexec/bootpd/tools/bootptest/
Dprint-bootp.c406 if (v->v_dns2.s_addr)
407 printf(" DNS2:%s", ipaddr_string(&v->v_dns2));
/freebsd-9-stable/contrib/tcpdump/
Dbootp.h216 struct in_addr v_dns1, v_dns2; /* Domain name servers */ member
Dprint-bootp.c798 PRINTCMUADDR(v_dns2, "NS2"); in cmu_print()