Searched refs:DL_IPNET (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ipnet/ |
H A D | ipnet_bpf.c | 98 return (DL_IPNET); in ipnet_bpf_type() 221 *dlp = DL_IPNET; in ipnet_bpf_getdlt()
|
/titanic_41/usr/src/uts/common/io/bpf/ |
H A D | bpf_dlt.c | 70 { DL_IPNET, DLT_IPNET, 24 }, /* Solaris IP Observability */
|
/titanic_41/usr/src/uts/common/inet/ |
H A D | ipnet.h | 225 DL_IPNET, /* dl_mac_type */ \
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_pf.c | 957 if (dl.dl_type != DL_IPNET) in pf_match_zone() 1577 if (interface->mac_type == DL_IPNET) { 1578 dl.dl_type = DL_IPNET;
|
H A D | snoop_ether.c | 86 { DL_IPNET, INT_MAX, 1, 1, IPV4_VERSION, IPV6_VERSION,
|
H A D | snoop_filter.c | 1438 case DL_IPNET: in comparison()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | sundlpi.c | 574 case DL_IPNET: return ("IPNET"); in dl_mactypestr()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | dlpi.h | 279 #define DL_IPNET 0x80000005ul /* ipnet(7D) link */ macro
|
/titanic_41/usr/src/lib/libdladm/common/ |
H A D | libdladm.c | 80 { DL_IPNET, "IPNET" },
|
/titanic_41/usr/src/lib/libdlpi/common/ |
H A D | libdlpi.c | 1623 { DL_IPNET, "IPNET" }
|