Lines Matching defs:linktype
1380 linktype_to_dlt(int linktype)
1388 if (linktype >= LINKTYPE_LOW_MATCHING_MIN &&
1389 linktype <= LINKTYPE_LOW_MATCHING_MAX)
1390 return (linktype);
1403 if (linktype == LINKTYPE_PFSYNC)
1422 if (linktype == LINKTYPE_PKTAP)
1444 if (linktype == LINKTYPE_ATM_RFC1483)
1446 if (linktype == LINKTYPE_RAW)
1448 if (linktype == LINKTYPE_SLIP_BSDOS)
1450 if (linktype == LINKTYPE_PPP_BSDOS)
1477 if (linktype == LINKTYPE_FRELAY)
1482 if (linktype == LINKTYPE_NETBSD_HDLC)
1487 if (linktype == LINKTYPE_C_HDLC)
1492 if (linktype == LINKTYPE_LOOP)
1497 if (linktype == LINKTYPE_ENC)
1515 if (linktype == LINKTYPE_ATM_CLIP)
1519 * For all other values, return the linktype code as the
1540 return linktype;