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

  /src/usr.sbin/faithd/
ftp.c 585 unsigned int af, hal, ho[16], pal, po[2]; local in function:ftp_copycommand
668 "%u,%u,%u", &af, &hal, &ho[0], &ho[1], &ho[2], &ho[3],
673 if (n != 21 || af != 6 || hal != 16|| pal != 2) {
  /src/usr.sbin/bootp/common/
readfile.c 1756 unsigned hal;
1759 hal = haddrlength(htype); /* Get length of this address type */
1760 if (hal <= 0) {
1780 while (hap < haddr + hal) {
1739 unsigned hal; local in function:prs_haddr
  /src/usr.bin/ftp/
ftp.c 1248 unsigned int af, hal, pal; local in function:initconn
1422 &af, &hal,
1430 if (af != 4 || hal != 4 || pal != 2) {
1453 &af, &hal,
1465 if (af != 6 || hal != 16 || pal != 2) {

Completed in 14 milliseconds