Home
last modified time | relevance | path

Searched refs:ncec_t (Results 1 – 14 of 14) sorted by relevance

/titanic_44/usr/src/uts/common/inet/
H A Dip_ndp.h151 ncec_t *nce_hash_tbl[NCE_TABLE_SIZE];
281 extern void ncec_delete(ncec_t *);
282 extern void ncec_delete_per_ill(ncec_t *, uchar_t *);
285 extern void ncec_inactive(ncec_t *);
287 extern ncec_t *ncec_lookup_illgrp_v6(ill_t *, const in6_addr_t *);
288 extern ncec_t *ncec_lookup_illgrp_v4(ill_t *, const in_addr_t *);
291 extern void nce_make_unreachable(ncec_t *);
295 extern void nce_process(ncec_t *, uchar_t *, uint32_t, boolean_t);
303 extern boolean_t nce_restart_dad(ncec_t *);
304 extern void ndp_resolv_failed(ncec_t *);
[all …]
H A Dip2mac_impl.h40 extern void ncec_cb_dispatch(ncec_t *);
41 extern void ncec_ip2mac_response(ip2mac_t *, ncec_t *);
42 extern void ncec_cb_refhold_locked(ncec_t *);
43 extern void ncec_cb_refrele(ncec_t *);
H A Dip_arp.h106 extern boolean_t arp_announce(ncec_t *);
107 extern boolean_t arp_probe(ncec_t *);
108 extern int arp_request(ncec_t *, in_addr_t, ill_t *);
H A Dip.h1299 typedef struct ncec_s ncec_t; typedef
3424 extern void ipmp_ncec_delete_nce(ncec_t *);
3425 extern void ipmp_ncec_refresh_nce(ncec_t *);
/titanic_44/usr/src/uts/common/inet/ip/
H A Dip_ndp.c109 static void nce_cleanup_list(ncec_t *ncec);
110 static void nce_set_ll(ncec_t *ncec, uchar_t *ll_addr);
111 static ncec_t *ncec_lookup_illgrp(ill_t *, const in6_addr_t *,
112 ncec_t *);
121 static void ncec_refhold_locked(ncec_t *);
122 static boolean_t ill_defend_rate_limit(ill_t *, ncec_t *);
123 static void nce_queue_mp_common(ncec_t *, mblk_t *, boolean_t);
126 static nce_t *nce_add_impl(ill_t *, ncec_t *, nce_t *, mblk_t *);
127 static nce_t *nce_add(ill_t *, ncec_t *);
130 static nce_t *nce_ill_lookup_then_add(ill_t *, ncec_t *);
[all …]
H A Dip2mac.c41 ncec_cb_dispatch(ncec_t *ncec) in ncec_cb_dispatch()
78 ncec_ip2mac_response(ip2mac_t *ip2m, ncec_t *ncec) in ncec_ip2mac_response()
116 ncec_cb_refhold_locked(ncec_t *ncec) in ncec_cb_refhold_locked()
123 ncec_cb_refrele(ncec_t *ncec) in ncec_cb_refrele()
146 ncec_add_cb(ncec_t *ncec, ip2mac_callback_t *cb, void *cbarg) in ncec_add_cb()
180 ncec_t *ncec; in ip2mac()
340 ip2mac_cancel_callback(ncec_t *ncec, void *arg) in ip2mac_cancel_callback()
H A Dip_arp.c66 ncec_t *);
218 const in_addr_t *src_paddr, ncec_t **sncec, int op) in ip_nce_resolve_all()
221 ncec_t *ncec; in ip_nce_resolve_all()
820 ncec_t *dst_ncec, *src_ncec = NULL; in arp_process_packet()
1031 arh_t *, arh, ncec_t *, dst_ncec); in arp_process_packet()
1075 ill_t *, ill, arh_t *, arh, ncec_t *, dst_ncec); in arp_process_packet()
1441 ip_recv_attr_t *ira, ncec_t *ncec) in arp_notify()
1637 arp_request(ncec_t *ncec, in_addr_t sender, ill_t *ill) in arp_request()
1694 arp_announce(ncec_t *ncec) in arp_announce()
1734 arp_probe(ncec_t *ncec) in arp_probe()
H A Dipmp.c93 static void ipmp_ncec_delete_nonlocal(ncec_t *, uchar_t *);
923 ncec_t *ncec; in ipmp_illgrp_refresh_arpent()
2185 ipmp_ncec_delete_nonlocal(ncec_t *ncec, uchar_t *ill_arg) in ipmp_ncec_delete_nonlocal()
2196 ipmp_ncec_delete_nce(ncec_t *ncec) in ipmp_ncec_delete_nce()
2230 ipmp_ncec_refresh_nce(ncec_t *ncec) in ipmp_ncec_refresh_nce()
H A Dip.c709 static int ip_snmp_get2_v4_media(ncec_t *, iproutedata_t *);
710 static int ip_snmp_get2_v6_media(ncec_t *, iproutedata_t *);
11163 ip_snmp_get2_v6_media(ncec_t *ncec, iproutedata_t *ird) in ip_snmp_get2_v6_media()
11214 nce2ace(ncec_t *ncec) in nce2ace()
11241 ip_snmp_get2_v4_media(ncec_t *ncec, iproutedata_t *ird) in ip_snmp_get2_v4_media()
14427 ncec_t *ncec = nce->nce_common; in ip_xmit()
14702 (ncec_t *), ncec, (mblk_t *), mp); in ip_xmit()
H A Dip_output.c2057 ncec_t *ncec; in ip_postfrag_loopback()
H A Dip_ire.c2276 sizeof (ncec_t), 0, NULL, NULL, in ip_ire_g_init()
H A Dip_if.c2743 ncec_t *ncec; in ill_set_nce_router_flags()
5088 MAX(sizeof (ire_t), sizeof (ncec_t))); in th_trace_gethash()
8187 ncec_t *ncec = NULL; in ip_sioctl_arp()
12223 ncec_t *ncec; in ipif_nce_start_dad()
H A Dip6.c1639 ncec_t *ncec = NULL; in icmp_send_redirect_v6()
/titanic_44/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c90 ncec_t ncec;
225 static int ncec_format(uintptr_t addr, const ncec_t *ncec, int ipversion);
744 ncec_t ncec; in nce_format()
2056 ncec_l2_addr(const ncec_t *ncec, const ill_t *ill) in ncec_l2_addr()
2140 ncec_t ncec; in ncec()
2162 if (mdb_vread(&ncec, sizeof (ncec_t), addr) == -1) { in ncec()
2186 ncec_format(uintptr_t addr, const ncec_t *ncec, int ipversion) in ncec_format()
2433 if (mdb_vread(&nw->ncec, sizeof (ncec_t), addr) == -1) { in ncec_stack_walk_step()
2456 ncec_t ncec; in ncec_cb()
2458 if (mdb_vread(&ncec, sizeof (ncec_t), addr) == -1) { in ncec_cb()