Searched defs:idprom (Results 1 – 2 of 2) sorted by relevance
42 struct idprom { struct43 u_char id_format; /* format identifier (= 1) */44 u_char id_machine; /* machine type (see param.h) */45 u_char id_ether[6]; /* ethernet address */46 int id_date; /* date of manufacture */47 u_char id_hostid[3]; /* ``host id'' bytes */48 u_char id_checksum; /* xor of everything else */49 char id_undef[16]; /* undefined */
206 static struct idprom *idprom; variable