Searched refs:DLT_EN10MB (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/io/bpf/ |
H A D | bpf_dlt.c | 41 { DL_CSMACD, DLT_EN10MB, 14 }, /* IEEE 802.3 CSMA/CD */ 45 { DL_ETHER, DLT_EN10MB, 14 }, /* Ethernet Bus */ 56 { DL_100VG, DLT_EN10MB, 14 }, /* 100 Based VG Ethernet */ 58 { DL_ETH_CSMA, DLT_EN10MB, 14 }, /* ISO 8802/3 and Ethernet */ 59 { DL_100BT, DLT_EN10MB, 14 }, /* 100 Base T */
|
H A D | bpf.c | 183 case DLT_EN10MB: in bpf_movein()
|
/titanic_41/usr/src/uts/common/io/bpf/net/ |
H A D | dlt.h | 51 #define DLT_EN10MB 1 /* Ethernet (10Mb) */ macro
|
/titanic_41/usr/src/uts/common/inet/ipf/ |
H A D | bpf-ipf.h | 180 #define DLT_EN10MB 1 /* Ethernet (10Mb) */ macro
|
/titanic_41/usr/src/cmd/ipf/lib/common/ |
H A D | ipft_pc.c | 31 { DLT_EN10MB, 14, 12, 2 },
|