Searched refs:nh_len (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dumac.c675 int nh_len, nbits; local
678 nh_len = ((hc->next_data_empty + (L1_PAD_BOUNDARY - 1)) &
681 nh_len - hc->next_data_empty);
682 nh_transform(hc, hc->data, nh_len);
685 nh_len = L1_PAD_BOUNDARY;
687 nh_transform(hc, hc->data, nh_len);
1129 UINT32 nh_len;
1137 nh_len = L1_PAD_BOUNDARY; /* be seen, comment out this case */
1139 nh_len = ((len + (L1_PAD_BOUNDARY - 1)) & ~(L1_PAD_BOUNDARY - 1));
1140 extra_zeroes_needed = nh_len
[all...]
/freebsd-13-stable/sys/net/route/
H A Dnhop.h189 uint32_t nh_len; /* length of the datastructure */ member in struct:nhop_external
H A Dnhop_ctl.c831 pnhe->nh_len = sizeof(struct nhop_external);
/freebsd-13-stable/usr.bin/netstat/
H A Dnhgrp.c290 na = (struct nhop_addrs *)((char *)nh + nh->nh_len);
H A Dnhops.c269 na = (struct nhop_addrs *)((char *)nh + nh->nh_len);

Completed in 158 milliseconds