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

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu.c11 * and limitations under the License.
1435 boolean_t under; member in struct:link_aggr_search_data
1455 lasd->under = B_TRUE;
1471 lasd.under = B_FALSE;
1474 return (lasd.under);
/illumos-gate/usr/src/cmd/dc/
H A Ddc.c12 * and limitations under the License.
780 int carry, dig, magic, d, dd, under; local
837 under = 0;
840 under = 1;
878 if (under) { /* undershot last - adjust */
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ndp.c11 * and limitations under the License.
1438 /* For an under ill_grp can change under lock */
3280 * under consideration. If the contents match, then the
3576 ill_t *in_ill = ill, *under = NULL; local
3601 under = ipmp_ill_hold_xmit_ill(ill, B_FALSE);
3602 if (under == NULL) {
3607 hw_addr = under->ill_bcast_mp->b_rptr +
3608 NCE_LL_ADDR_OFFSET(under);
3609 hw_addr_len = under
[all...]

Completed in 75 milliseconds