Searched refs:mac_protect_t (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | mac_flow.h | 184 } mac_protect_t; typedef 226 mac_protect_t mrp_protect;
|
H A D | mac_provider.h | 565 extern mac_protect_t *mac_protect_get(mac_handle_t);
|
/illumos-gate/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 …]
|
/illumos-gate/usr/src/uts/common/io/dld/ |
H A D | dld_str.c | 1751 mac_protect_t *mrp; in str_notify_allowed_ips() 1756 mp_size = sizeof (mac_protect_t) + sizeof (dl_notify_ind_t); in str_notify_allowed_ips() 1767 dlip->dl_addr_length = sizeof (mac_protect_t); in str_notify_allowed_ips() 1769 sizeof (mac_protect_t)); in str_notify_allowed_ips()
|
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | linkprop.c | 2601 mac_protect_t *p; in get_protection() 2632 mac_protect_t *p; in get_allowedips() 2687 mac_protect_t *p = &mrp->mrp_protect; in extract_allowedips() 3091 mac_protect_t *p; in get_allowedcids() 3121 mac_protect_t *p = &mrp->mrp_protect; in extract_allowedcids()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_if.c | 17861 mac_protect_t *mrp; in ill_set_allowed_ips() 17865 mrp = (mac_protect_t *)&dlip[1]; in ill_set_allowed_ips()
|