Home
last modified time | relevance | path

Searched refs:il_mtype (Results 1 – 4 of 4) sorted by relevance

/original-bsd/sys/vax/stand/
H A Dimptst.c272 if (ip->il_mtype <= IMPTYPE_READY)
273 printf("%s,", impleaders[ip->il_mtype]);
275 printf("%x,", ip->il_mtype);
/original-bsd/old/implog/
H A Dimplog.c213 if (mp->m_type == ip->il_mtype)
217 if (ip->il_mtype == IMPTYPE_DATA) {
223 if (packettype >= 0 && ip->il_mtype != packettype)
484 ip->il_mtype, ip->il_htype, ip->il_host, ip->il_host,
/original-bsd/sys/deprecated/netimp/
H A Dif_imp.h30 #define il_mtype il_dl.dl_mtype macro
H A Dif_imp.c526 imp->il_mtype = IMPTYPE_DATA;
827 if (ip->il_mtype <= IMPTYPE_READY)
828 printf("%s,", impleaders[ip->il_mtype]);
830 printf("%x,", ip->il_mtype);