Searched defs:ncec (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ip_ndp.c | 171 nce_dad(ncec_t *ncec, ill_t *src_ill, boolean_t send_probe) in nce_dad() 204 nce_advert_flags(const ncec_t *ncec) in nce_advert_flags() 247 ncec_t *ncec = nce->nce_common; in nce_add_v6_postprocess() local 418 nce_remove(ndp_g_t *ndp, ncec_t *ncec, ncec_t **free_nce_list) in nce_remove() 453 ncec_delete(ncec_t *ncec) in ncec_delete() 535 ncec_inactive(ncec_t *ncec) in ncec_inactive() 599 ncec_delete_per_ill(ncec_t *ncec, uchar_t *arg) in ncec_delete_per_ill() 610 nce_cleanup_list(ncec_t *ncec) in nce_cleanup_list() 649 nce_restart_dad(ncec_t *ncec) in nce_restart_dad() 692 ncec_t *ncec; in ncec_lookup_illgrp_v6() local [all …]
|
H A D | ip2mac.c | 41 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() local 340 ip2mac_cancel_callback(ncec_t *ncec, void *arg) in ip2mac_cancel_callback()
|
H A D | ip_arp.c | 221 ncec_t *ncec; in ip_nce_resolve_all() local 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 D | ipmp.c | 923 ncec_t *ncec; in ipmp_illgrp_refresh_arpent() local 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 D | ip_output.c | 2057 ncec_t *ncec; in ip_postfrag_loopback() local
|
H A D | ip.c | 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() local
|
H A D | ip6.c | 1639 ncec_t *ncec = NULL; in icmp_send_redirect_v6() local
|
H A D | ip_if.c | 2743 ncec_t *ncec; in ill_set_nce_router_flags() local 8187 ncec_t *ncec = NULL; in ip_sioctl_arp() local 12223 ncec_t *ncec; in ipif_nce_start_dad() local
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | ip_ndp.h | 193 #define NCE_ISREACHABLE(ncec) \ argument 197 #define NCE_ISCONDEMNED(ncec) ((ncec)->ncec_flags & NCE_F_CONDEMNED) argument 228 #define NCE_MYADDR(ncec) (((ncec)->ncec_flags & NCE_F_MYADDR) != 0) argument 235 #define NCE_PUBLISH(ncec) ((ncec->ncec_flags & NCE_F_PUBLISH) != 0) argument
|
/titanic_44/usr/src/cmd/mdb/common/modules/ip/ |
H A D | ip.c | 90 ncec_t ncec; member 744 ncec_t ncec; in nce_format() local 2056 ncec_l2_addr(const ncec_t *ncec, const ill_t *ill) in ncec_l2_addr() 2138 ncec(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in ncec() function 2140 ncec_t ncec; in ncec() local 2186 ncec_format(uintptr_t addr, const ncec_t *ncec, int ipversion) in ncec_format() 2456 ncec_t ncec; in ncec_cb() local
|