/src/usr.sbin/bootp/common/ |
bootpd.h | 106 htype :1, member in struct:flag 183 htype, /* RFC826 says this should be 16-bits but 182 htype, \/* RFC826 says this should be 16-bits but member in struct:host
|
bootpd.h | 106 htype :1, member in struct:flag 183 htype, /* RFC826 says this should be 16-bits but 182 htype, \/* RFC826 says this should be 16-bits but member in struct:host
|
readfile.c | 142 byte htype; 431 if (hp->flags.htype && hp->flags.haddr) { 434 hashcode = hash_HashFunction(hp->haddr, haddrlength(hp->htype)); 437 netname(hp->htype), 438 haddrtoa(hp->haddr, haddrlength(hp->htype))); 891 if (hp->flags.htype == 0) { 892 hp->flags.htype = TRUE; 893 hp->htype = HTYPE_ETHERNET; 895 tmphaddr = prs_haddr(symbol, hp->htype); 898 bcopy(tmphaddr, hp->haddr, haddrlength(hp->htype)); 141 byte htype; member in struct:htypename [all...] |
readfile.c | 142 byte htype; 431 if (hp->flags.htype && hp->flags.haddr) { 434 hashcode = hash_HashFunction(hp->haddr, haddrlength(hp->htype)); 437 netname(hp->htype), 438 haddrtoa(hp->haddr, haddrlength(hp->htype))); 891 if (hp->flags.htype == 0) { 892 hp->flags.htype = TRUE; 893 hp->htype = HTYPE_ETHERNET; 895 tmphaddr = prs_haddr(symbol, hp->htype); 898 bcopy(tmphaddr, hp->haddr, haddrlength(hp->htype)); 141 byte htype; member in struct:htypename [all...] |
/src/sys/fs/nfs/common/ |
bootp_subr.c | 122 u_int8_t htype; member in struct:bootp_packet 1272 ifctx->call.htype = 1; /* 10mb ethernet */
|
bootp_subr.c | 122 u_int8_t htype; member in struct:bootp_packet 1272 ifctx->call.htype = 1; /* 10mb ethernet */
|