Searched defs:targp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ndp.c1368 in6_addr_t *targp, uchar_t **haddr, uint_t *haddrlenp)
1389 *targp = ns->nd_ns_target;
1367 ip_ndp_find_addresses(mblk_t *mp, ip_recv_attr_t *ira, ill_t *ill, in6_addr_t *targp, uchar_t **haddr, uint_t *haddrlenp) argument
H A Dspd.c6868 ipsec_fragcache_entry_t *targp; local
6882 targp = (frag->itpf_ptr)[slot];
6883 ASSERT(targp != 0);
6885 if (targp == fep) {
6896 while (targp) {
6897 if (targp->itpfe_next == fep) {
6899 targp->itpfe_next = nextp;
6905 targp = targp->itpfe_next;
6906 ASSERT(targp !
[all...]

Completed in 113 milliseconds