Searched refs:mac_protect_t (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | mac_flow.h | 182 } mac_protect_t; typedef 224 mac_protect_t mrp_protect;
|
H A D | mac_provider.h | 484 extern mac_protect_t *mac_protect_get(mac_handle_t);
|
/titanic_50/usr/src/uts/common/io/mac/ |
H A D | mac_protect.c | 1747 ipnospoof_check_v4(mac_client_impl_t *mcip, mac_protect_t *protect, in ipnospoof_check_v4() 1783 ipnospoof_check_v6(mac_client_impl_t *mcip, mac_protect_t *protect, in ipnospoof_check_v6() 1819 ipnospoof_check_ndp(mac_client_impl_t *mcip, mac_protect_t *protect, in ipnospoof_check_ndp() 1930 ipnospoof_check(mac_client_impl_t *mcip, mac_protect_t *protect, in ipnospoof_check() 2017 dhcpnospoof_check_cid(mac_protect_t *p, uchar_t *cid, uint_t cidlen) in dhcpnospoof_check_cid() 2032 dhcpnospoof_check_v4(mac_client_impl_t *mcip, mac_protect_t *p, in dhcpnospoof_check_v4() 2063 dhcpnospoof_check_v6(mac_client_impl_t *mcip, mac_protect_t *p, in dhcpnospoof_check_v6() 2117 dhcpnospoof_check(mac_client_impl_t *mcip, mac_protect_t *protect, in dhcpnospoof_check() 2268 mac_protect_t *protect; in mac_protect_check_one() 2377 validate_ips(mac_protect_t *p) in validate_ips() [all …]
|
/titanic_50/usr/src/uts/common/io/dld/ |
H A D | dld_str.c | 1734 mac_protect_t *mrp; in str_notify_allowed_ips() 1739 mp_size = sizeof (mac_protect_t) + sizeof (dl_notify_ind_t); in str_notify_allowed_ips() 1750 dlip->dl_addr_length = sizeof (mac_protect_t); in str_notify_allowed_ips() 1752 sizeof (mac_protect_t)); in str_notify_allowed_ips()
|
/titanic_50/usr/src/lib/libdladm/common/ |
H A D | linkprop.c | 2430 mac_protect_t *p; in get_protection() 2462 mac_protect_t *p; in get_allowedips() 2517 mac_protect_t *p = &mrp->mrp_protect; in extract_allowedips() 2923 mac_protect_t *p; in get_allowedcids() 2953 mac_protect_t *p = &mrp->mrp_protect; in extract_allowedcids()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip_if.c | 17849 mac_protect_t *mrp; in ill_set_allowed_ips() 17853 mrp = (mac_protect_t *)&dlip[1]; in ill_set_allowed_ips()
|