HomeSort by relevance Sort by last modified time
    Searched defs:nce (Results 1 - 17 of 17) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
ip2mac.c 75 * fill up the ip2m response fields with inforamation from the nce.
142 * add a callback to the nce, so that the callback can be invoked
181 nce_t *nce = NULL; local
219 nce = nce_lookup_v6(ill, &sin6->sin6_addr);
223 &sin6->sin6_addr, 0, ND_UNCHANGED, &nce);
228 nce = nce_lookup_v4(ill, &sin->sin_addr.s_addr);
232 &sin->sin_addr.s_addr, 0, ND_UNCHANGED, &nce);
236 if (nce == NULL) {
240 ncec = nce->nce_common;
258 ncec = nce->nce_common
    [all...]
ip6_output.c 114 nce_t *nce; local
178 nce = ire_to_nce(ire, INADDR_ANY, &ip6h->ip6_dst);
179 if (nce == NULL) {
186 if (nce->nce_is_condemned) {
189 nce1 = ire_handle_condemned_nce(nce, ire, NULL, ip6h, B_TRUE);
190 nce_refrele(nce);
200 ip_drop_output("No nce", mp, ill);
205 nce = nce1;
222 ixa->ixa_nce = nce;
229 ifindex = nce->nce_common->ncec_ill->ill_phyint->phyint_ifindex
    [all...]
ip_output.c 140 nce_t *nce; local
227 nce = ixa->ixa_nce;
228 if (nce->nce_is_condemned) {
251 ip_drop_output("ipIfStatsOutDiscards - verify nce",
268 nce = ixa->ixa_nce;
272 * the new nce condemned. We catch that next time we
325 ill = nce->nce_ill;
448 nce_t *nce; local
485 * Don't look for an nce for reject or blackhole.
495 /* The NCE could now be different *
532 nce_t *nce; local
813 nce_t *nce; local
    [all...]
ip_ftable.c 974 * lookup an nce for the multicast case.
988 nce_t *nce; local
    [all...]
ip_attr.c 126 uint_t ixm_ifindex; /* Used to find the nce */
127 in6_addr_t ixm_nceaddr_v6; /* Used to find nce */
231 nce_t *nce = ixa->ixa_nce; local
233 ASSERT(nce != NULL);
246 ixm->ixm_ifindex = nce->nce_ill->ill_phyint->phyint_ifindex;
247 ixm->ixm_nceaddr_v6 = nce->nce_addr;
328 nce_t *nce; local
360 * Find the nce. We don't load-spread (only lookup nce's on the ill)
361 * because we want to find the same nce as the one we had whe
1134 nce_t *nce; local
    [all...]
ip6_input.c 829 nce_t *nce; local
852 * finding a new nce below.
853 * Get, allocate, or update the nce.
861 nce = ire->ire_nce_cache;
862 if (nce == NULL) {
867 nce = ire->ire_nce_cache;
868 if (nce == NULL) {
877 nce_refhold(nce);
880 if (nce->nce_is_condemned) {
883 nce1 = ire_handle_condemned_nce(nce, ire, NULL, ip6h, B_FALSE)
    [all...]
ip_input.c 837 nce_t *nce; local
861 * finding a new nce below.
862 * Get, allocate, or update the nce.
870 nce = ire->ire_nce_cache;
871 if (nce == NULL) {
876 nce = ire->ire_nce_cache;
877 if (nce == NULL) {
886 nce_refhold(nce);
889 if (nce->nce_is_condemned) {
892 nce1 = ire_handle_condemned_nce(nce, ire, ipha, NULL, B_FALSE)
1295 nce_t *nce; local
    [all...]
ip_mroute.c 3143 nce_t *nce; local
    [all...]
ipmp.c 772 * Callback routine for ncec_walk() that deletes `nce' if it is associated with
939 nce_t *nce; local
968 &nce);
969 if (nce == NULL || !entp->ia_proxyarp) {
970 if (nce != NULL)
971 nce_refrele(nce);
974 ncec = nce->nce_common;
978 nce_refrele(nce);
2193 nce_t *nce; local
2232 nce_t *nce, *nce_next; local
    [all...]
ip_ire.c 1458 nce_t *nce; local
2413 nce_t *nce = NULL; local
2783 nce_t *nce; local
3050 nce_t *nce; local
3243 nce_t *nce, *old_nce; local
3332 nce_t *nce; local
    [all...]
ip_arp.c 288 * ready to update the ncec's hwaddr. The nce MUST NOT be on an
289 * under interface, because all dynamic nce's are created on the
826 nce_t *nce; local
1112 &src_paddr, 0, ND_STALE, &nce);
1120 src_ncec = nce->nce_common;
1134 nce_refrele(nce);
    [all...]
ip6_if.c 1187 nce_t *nce = NULL; local
2729 nce_t *nce; local
    [all...]
ip6.c 1014 nce_t *nce; local
1080 gateway = dst; /* Add nce for dst */
1120 gateway, ncec_flags, ND_STALE, &nce);
1123 nce_refrele(nce);
1130 nce_process(nce->nce_common,
1132 nce_refrele(nce);
1135 ip1dbg(("icmp_redirect_v6: NCE create failed %d\n",
1973 nce_t *nce; local
    [all...]
ip_ndp.c 105 * The ndp_g_lock protects the NCE hash (nce_hash_tbl, NCE_HASH_PTR) and
106 * ncec_next. ncec_lock protects the contents of the NCE (particularly
226 nce_t *nce; local
232 &nce);
236 *newnce = nce;
242 * triggers fastpath (if appropriate) and DAD on the newly added nce entry
246 nce_add_v6_postprocess(nce_t *nce)
248 ncec_t *ncec = nce->nce_common;
269 nce_fastpath_trigger(nce);
332 nce_t *nce, *upper_nce = NULL local
766 nce_t *nce; local
785 nce_t *nce; local
797 nce_t *nce; local
854 nce_t *nce; local
1003 nce_t *nce; local
2662 nce_t *nce = NULL; local
2848 nce_t *nce; local
2929 nce_t *nce; local
3038 nce_t *nce; local
3080 nce_t *nce; local
3137 nce_t *nce = NULL; local
3165 nce_t *nce; local
3182 nce_t *nce; local
3299 nce_t *nce; local
3544 nce_t *nce, *upper_nce = NULL; local
3658 nce_t *nce; local
3894 nce_t *nce; local
4290 nce_t *nce; local
4353 nce_t *nce = NULL; local
4693 (char *), "nce", (void *), nce); local
4724 (char *), "nce", (void *), nce); local
4740 nce_t *nce; local
4797 nce_t *nce = NULL; local
4826 nce_t *nce = NULL, *nce_next; local
4848 nce_t *nce, *nce_next; local
    [all...]
ip.c 3535 nce_t *nce; local
3867 nce_t *nce; local
    [all...]
ip_if.c 434 * Walk all CONNs that can have a reference on an ire or nce for this
1178 nce_t *nce; local
2711 nce_t *nce; local
8175 nce_t *nce; local
17725 nce_t *nce = NULL; local
18331 nce_t *nce; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/ip/
ip.c 623 nce_t nce; local
625 if (mdb_vread(&nce, sizeof (nce), wsp->walk_addr) == -1) {
626 mdb_warn("can't read nce at %p", wsp->walk_addr);
630 return (wsp->walk_callback(wsp->walk_addr, &nce, wsp->walk_cbdata));
1197 nce(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
1199 nce_t nce; local
1233 (void) mdb_vread(&nce, sizeof (nce_t), addr);
1234 (void) nce_format(addr, &nce, &nce_cb);
1235 } else if (mdb_walk("nce", (mdb_walk_cb_t)nce_format, &nce_cb) == -1)
    [all...]

Completed in 300 milliseconds