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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ndp.c162 * If src_ill is not null, the ncec_addr is bound to src_ill. The
163 * src_ill is ignored by nce_dad for IPv4 Neighbor Cache entries where
167 * Note that the probe interval is based on the src_ill for IPv6, and
171 nce_dad(ncec_t *ncec, ill_t *src_ill, boolean_t send_probe) argument
179 dropped = ndp_xmit(src_ill, ND_NEIGHBOR_SOLICIT,
182 probe_interval = ILL_PROBE_INTERVAL(src_ill);
1147 ill_t *src_ill; local
1150 src_ill = nce_resolve_src(ncec, &sender6);
1151 if (src_ill
2317 ill_t *ill = ncec->ncec_ill, *src_ill; local
4189 ill_t *src_ill = NULL; local
[all...]

Completed in 106 milliseconds