Lines Matching defs:mcip

358 find_dhcpv4_pending_txn(mac_client_impl_t *mcip, uint32_t xid)  in find_dhcpv4_pending_txn()
368 insert_dhcpv4_pending_txn(mac_client_impl_t *mcip, dhcpv4_txn_t *txn) in insert_dhcpv4_pending_txn()
385 remove_dhcpv4_pending_txn(mac_client_impl_t *mcip, dhcpv4_txn_t *txn) in remove_dhcpv4_pending_txn()
392 find_dhcpv4_completed_txn(mac_client_impl_t *mcip, uint8_t *cid, in find_dhcpv4_completed_txn()
411 insert_dhcpv4_completed_txn(mac_client_impl_t *mcip, dhcpv4_txn_t *txn) in insert_dhcpv4_completed_txn()
435 remove_dhcpv4_completed_txn(mac_client_impl_t *mcip, dhcpv4_txn_t *txn) in remove_dhcpv4_completed_txn()
451 check_dhcpv4_dyn_ip(mac_client_impl_t *mcip, ipaddr_t ipaddr) in check_dhcpv4_dyn_ip()
492 flush_dhcpv4(mac_client_impl_t *mcip) in flush_dhcpv4()
521 txn_cleanup_v4(mac_client_impl_t *mcip) in txn_cleanup_v4()
571 intercept_dhcpv4_outbound(mac_client_impl_t *mcip, ipha_t *ipha, uchar_t *end) in intercept_dhcpv4_outbound()
669 intercept_dhcpv4_inbound(mac_client_impl_t *mcip, uchar_t *end, in intercept_dhcpv4_inbound()
1083 remove_dhcpv6_cid(mac_client_impl_t *mcip, dhcpv6_cid_t *cid) in remove_dhcpv6_cid()
1101 release_dhcpv6_cid(mac_client_impl_t *mcip, dhcpv6_cid_t *cid) in release_dhcpv6_cid()
1122 insert_dhcpv6_cid(mac_client_impl_t *mcip, dhcpv6_cid_t *cid) in insert_dhcpv6_cid()
1153 check_dhcpv6_dyn_ip(mac_client_impl_t *mcip, in6_addr_t *addr) in check_dhcpv6_dyn_ip()
1165 find_dhcpv6_pending_txn(mac_client_impl_t *mcip, uint32_t xid) in find_dhcpv6_pending_txn()
1175 remove_dhcpv6_pending_txn(mac_client_impl_t *mcip, dhcpv6_txn_t *txn) in remove_dhcpv6_pending_txn()
1204 insert_dhcpv6_pending_txn(mac_client_impl_t *mcip, dhcpv6_txn_t *txn) in insert_dhcpv6_pending_txn()
1224 flush_dhcpv6(mac_client_impl_t *mcip) in flush_dhcpv6()
1245 flush_slaac(mac_client_impl_t *mcip) in flush_slaac()
1260 txn_cleanup_v6(mac_client_impl_t *mcip) in txn_cleanup_v6()
1301 intercept_dhcpv6_outbound(mac_client_impl_t *mcip, ip6_t *ip6h, uchar_t *end) in intercept_dhcpv6_outbound()
1371 intercept_dhcpv6_inbound(mac_client_impl_t *mcip, uchar_t *end, in intercept_dhcpv6_inbound()
1424 check_slaac_ip(mac_client_impl_t *mcip, in6_addr_t *addr) in check_slaac_ip()
1460 insert_slaac_prefix(mac_client_impl_t *mcip, nd_opt_prefix_info_t *po) in insert_slaac_prefix()
1485 intercept_prefix_info(mac_client_impl_t *mcip, nd_opt_prefix_info_t *po) in intercept_prefix_info()
1515 intercept_ra_inbound(mac_client_impl_t *mcip, ip6_t *ip6h, uchar_t *end, in intercept_ra_inbound()
1554 mac_client_impl_t *mcip = arg; in txn_cleanup_timer() local
1581 start_txn_cleanup_timer(mac_client_impl_t *mcip) in start_txn_cleanup_timer()
1591 cancel_txn_cleanup_timer(mac_client_impl_t *mcip) in cancel_txn_cleanup_timer()
1655 mac_protect_intercept_dynamic_one(mac_client_impl_t *mcip, mblk_t *mp) in mac_protect_intercept_dynamic_one()
1711 mac_protect_intercept_dynamic(mac_client_impl_t *mcip, mblk_t *mp) in mac_protect_intercept_dynamic()
1724 mac_protect_flush_dynamic(mac_client_impl_t *mcip) in mac_protect_flush_dynamic()
1734 mac_protect_cancel_timer(mac_client_impl_t *mcip) in mac_protect_cancel_timer()
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()
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()
2172 mac_protect_update_v6_local_addr(mac_client_impl_t *mcip) in mac_protect_update_v6_local_addr()
2191 mac_protect_update_v6_slaac_addr(mac_client_impl_t *mcip) in mac_protect_update_v6_slaac_addr()
2222 mac_protect_update_mac_token(mac_client_impl_t *mcip) in mac_protect_update_mac_token()
2264 mac_protect_check_one(mac_client_impl_t *mcip, mblk_t *mp) in mac_protect_check_one()
2344 mac_client_impl_t *mcip = (mac_client_impl_t *)mch; in mac_protect_check() local
2499 mac_client_impl_t *mcip = (mac_client_impl_t *)mch; in mac_protect_set() local
2560 mac_protect_init(mac_client_impl_t *mcip) in mac_protect_init()
2585 mac_protect_fini(mac_client_impl_t *mcip) in mac_protect_fini()