Searched refs:ncec_cb (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip2mac.c | 43 ncec_cb_t *ncec_cb; local 47 if (list_is_empty(&ncec->ncec_cb)) { 61 ncec_cb = list_head(&ncec->ncec_cb); 62 for (; ncec_cb != NULL; ncec_cb = list_next(&ncec->ncec_cb, ncec_cb)) { 63 if (ncec_cb->ncec_cb_flags & NCE_CB_DISPATCHED) 65 ncec_cb 125 ncec_cb_t *ncec_cb, *ncec_cb_next = NULL; local 344 ncec_cb_t *ncec_cb; local [all...] |
H A D | ip_ndp.c | 561 ASSERT(list_is_empty(&ncec->ncec_cb)); 562 list_destroy(&ncec->ncec_cb); 4627 list_create(&ncec->ncec_cb, sizeof (ncec_cb_t),
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | ip_ndp.h | 94 list_t ncec_cb; /* callbacks waiting for resolution */ member in struct:ncec_s
|
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/ |
H A D | ip.c | 231 static int ncec_cb(uintptr_t addr, const ncec_walk_data_t *iw, 2177 if (mdb_walk("ncec", (mdb_walk_cb_t)ncec_cb, &id) == -1) { 2454 ncec_cb(uintptr_t addr, const ncec_walk_data_t *iw, ncec_cbdata_t *id) function
|
Completed in 82 milliseconds