HomeSort by: relevance | last modified time | path
    Searched refs:htype (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.sbin/bootp/common/
lookup.h 7 extern u_char *lookup_hwa(char *hostname, int htype);
lookup.c 35 lookup_hwa(char *hostname, int htype)
37 switch (htype) {
56 report(LOG_ERR, "no lookup for HW addr type %d", htype);
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...]
dumptab.c 183 if (hp->flags.htype) {
184 int hlen = haddrlength(hp->htype);
185 fprintf(fp, "\\\n\t:ht=%u:", (unsigned) hp->htype);
  /src/sys/kern/
subr_hash.c 53 hash_list_size(enum hashtype htype)
61 switch (htype) {
87 hashinit(u_int elements, enum hashtype htype, bool waitok, u_long *hashmask)
104 esize = hash_list_size(htype);
110 switch (htype) {
140 hashdone(void *hashtbl, enum hashtype htype, u_long hashmask)
142 const size_t esize = hash_list_size(htype);
  /src/libexec/ftpd/
ftpcmd.y 1753 const char *htype;
1756 htype = "SITE ";
1758 htype = "";
1773 reply(0, "The following %scommands are recognized.", htype);
1812 reply(214, "Syntax: %s%s %s", htype, c->name, c->help);
1814 reply(504, "%s%-*s\t%s; not implemented.", htype, width,
  /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 */
  /src/usr.sbin/bootp/bootpd/
bootpd.c 658 dummyhost.htype = bp->bp_htype;

Completed in 48 milliseconds