Searched refs:DL_OTHER (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/common/io/bpf/ |
H A D | bpf_dlt.c | 71 { DL_OTHER, DLT_NULL, 0 }, /* Mediums not listed above */
|
/titanic_50/usr/src/lib/libdladm/common/ |
H A D | libdladm.c | 81 { DL_OTHER, "Other" } 703 return (DL_OTHER); in dladm_str2media()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip_arp.c | 177 { DL_OTHER, ARPHRD_ETHER, -2, 6} /* unknown */ 364 arm = arp_m_lookup(DL_OTHER); in arp_hw_type() 430 arm = arp_m_lookup(DL_OTHER); in arp_ll_set_defaults()
|
H A D | ip_if.c | 283 { DL_OTHER, IFT_OTHER, ETHERTYPE_IP, ETHERTYPE_IPV6, 4150 ipm = ip_m_lookup(DL_OTHER); in ip_ll_subnet_defaults()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | dlpi.h | 269 #define DL_OTHER 0x09 /* Any other medium not listed above */ macro
|
/titanic_50/usr/src/uts/common/io/softmac/ |
H A D | softmac_main.c | 592 DATALINK_CLASS_PHYS, DL_OTHER, B_TRUE, &linkid); in softmac_create_datalink()
|
/titanic_50/usr/src/cmd/dlmgmtd/ |
H A D | dlmgmt_door.c | 310 if (linkp->ll_media != media && linkp->ll_media != DL_OTHER) { in dlmgmt_upcall_update()
|
/titanic_50/usr/src/lib/libdlpi/common/ |
H A D | libdlpi.c | 1002 case DL_OTHER: in dlpi_iftype()
|