Searched refs:il_mtype (Results 1 – 4 of 4) sorted by relevance
/original-bsd/sys/vax/stand/ |
H A D | imptst.c | 272 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 D | implog.c | 213 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 D | if_imp.h | 30 #define il_mtype il_dl.dl_mtype macro
|
H A D | if_imp.c | 526 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);
|