Home
last modified time | relevance | path

Searched refs:mac_protect_t (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow.h184 } mac_protect_t; typedef
226 mac_protect_t mrp_protect;
H A Dmac_provider.h565 extern mac_protect_t *mac_protect_get(mac_handle_t);
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c1930 ipnospoof_check(mac_client_impl_t *mcip, mac_protect_t *protect, in ipnospoof_check()
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()
2438 validate_cids(mac_protect_t *p) in validate_cids()
2477 mac_protect_t *p = &mrp->mrp_protect; in mac_protect_validate()
2525 mac_protect_t *np = &new->mrp_protect; in mac_protect_update()
2526 mac_protect_t *cp = &curr->mrp_protect; in mac_protect_update()
[all …]
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c1751 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 Dlinkprop.c2601 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 Dip_if.c17861 mac_protect_t *mrp; in ill_set_allowed_ips()
17865 mrp = (mac_protect_t *)&dlip[1]; in ill_set_allowed_ips()