Symbol: nh
crypto/openssh/umac.c
1082
nh(&ctx->hash, (const UINT8 *)input, L1_KEY_LEN,
crypto/openssh/umac.c
1144
nh(&ahc->hash, (UINT8 *)msg, nh_len, len, nh_result);
crypto/openssh/umac.c
1151
nh(&ahc->hash, (UINT8 *)msg, L1_KEY_LEN, L1_KEY_LEN, nh_result);
crypto/openssh/umac.c
1160
nh(&ahc->hash, (UINT8 *)msg, nh_len, len, nh_result);
games/worm/worm.c
209
struct body *nh;
games/worm/worm.c
236
nh = tail->next;
games/worm/worm.c
238
tail = nh;
games/worm/worm.c
254
nh = newlink();
games/worm/worm.c
255
nh->next = NULL;
games/worm/worm.c
256
nh->prev = head;
games/worm/worm.c
257
head->next = nh;
games/worm/worm.c
258
nh->y = y;
games/worm/worm.c
259
nh->x = x;
games/worm/worm.c
260
display(nh, HEAD);
games/worm/worm.c
261
head = nh;
sbin/ping6/ping6.c
2337
u_char *cp = (u_char *)ip6, nh;
sbin/ping6/ping6.c
2347
nh = ip6->ip6_nxt;
sbin/ping6/ping6.c
2350
switch (nh) {
sbin/ping6/ping6.c
2354
nh = ((struct ip6_hbh *)cp)->ip6h_nxt;
sbin/ping6/ping6.c
2359
nh = ((struct ip6_dest *)cp)->ip6d_nxt;
sbin/ping6/ping6.c
2364
nh = ((struct ip6_frag *)cp)->ip6f_nxt;
sbin/ping6/ping6.c
2369
nh = ((struct ip6_rthdr *)cp)->ip6r_nxt;
sbin/ping6/ping6.c
2389
printf("Unknown Header(%d)\n", nh);
sys/vfs/nfs/nfs_serv.c
1015
struct nfsheur *nh;
sys/vfs/nfs/nfs_serv.c
1154
nh = nfsrv_sequential_heuristic(uiop, vp, 1);
sys/vfs/nfs/nfs_serv.c
1155
ioflags |= nh->nh_seqcount << IO_SEQSHIFT;
sys/vfs/nfs/nfs_serv.c
1158
nh->nh_nextoff = uiop->uio_offset;
sys/vfs/nfs/nfs_serv.c
149
struct nfsheur *nh;
sys/vfs/nfs/nfs_serv.c
155
nh = &nfsheur[hi];
sys/vfs/nfs/nfs_serv.c
159
nh = &nfsheur[hi];
sys/vfs/nfs/nfs_serv.c
165
if (nfsheur[hi].nh_use < nh->nh_use)
sys/vfs/nfs/nfs_serv.c
166
nh = &nfsheur[hi];
sys/vfs/nfs/nfs_serv.c
170
if (nh->nh_vp != vp) {
sys/vfs/nfs/nfs_serv.c
171
nh->nh_vp = vp;
sys/vfs/nfs/nfs_serv.c
172
nh->nh_nextoff = uio->uio_offset;
sys/vfs/nfs/nfs_serv.c
173
nh->nh_use = NHUSE_INIT;
sys/vfs/nfs/nfs_serv.c
175
nh->nh_seqcount = 4;
sys/vfs/nfs/nfs_serv.c
177
nh->nh_seqcount = 1;
sys/vfs/nfs/nfs_serv.c
185
if ((uio->uio_offset == 0 && nh->nh_seqcount > 0) ||
sys/vfs/nfs/nfs_serv.c
186
uio->uio_offset == nh->nh_nextoff) {
sys/vfs/nfs/nfs_serv.c
187
nh->nh_seqcount += howmany(uio->uio_resid, 16384);
sys/vfs/nfs/nfs_serv.c
188
if (nh->nh_seqcount > IO_SEQMAX)
sys/vfs/nfs/nfs_serv.c
189
nh->nh_seqcount = IO_SEQMAX;
sys/vfs/nfs/nfs_serv.c
190
} else if (qabs(uio->uio_offset - nh->nh_nextoff) <= MAX_REORDERED_RPC *
sys/vfs/nfs/nfs_serv.c
193
} else if (nh->nh_seqcount > 1) {
sys/vfs/nfs/nfs_serv.c
194
nh->nh_seqcount /= 2;
sys/vfs/nfs/nfs_serv.c
196
nh->nh_seqcount = 0;
sys/vfs/nfs/nfs_serv.c
198
nh->nh_use += NHUSE_INC;
sys/vfs/nfs/nfs_serv.c
199
if (nh->nh_use > NHUSE_MAX)
sys/vfs/nfs/nfs_serv.c
200
nh->nh_use = NHUSE_MAX;
sys/vfs/nfs/nfs_serv.c
201
return (nh);
sys/vfs/nfs/nfs_serv.c
813
struct nfsheur *nh;
sys/vfs/nfs/nfs_serv.c
945
nh = nfsrv_sequential_heuristic(uiop, vp, 0);
sys/vfs/nfs/nfs_serv.c
946
ioflag |= nh->nh_seqcount << IO_SEQSHIFT;
sys/vfs/nfs/nfs_serv.c
950
nh->nh_nextoff = off;
usr.bin/sort/coll.c
833
kv1->hint->v.nh.n1 = wcstoull(smain1, NULL, 10);
usr.bin/sort/coll.c
835
kv1->hint->v.nh.empty=true;
usr.bin/sort/coll.c
836
kv1->hint->v.nh.si = SI1;
usr.bin/sort/coll.c
837
kv1->hint->status = (kv1->hint->v.nh.n1 != ULLONG_MAX) ?
usr.bin/sort/coll.c
839
kv1->hint->v.nh.neg = (sign1 < 0) ? true : false;
usr.bin/sort/coll.c
846
kv2->hint->v.nh.n1 = wcstoull(smain2, NULL, 10);
usr.bin/sort/coll.c
848
kv2->hint->v.nh.empty=true;
usr.bin/sort/coll.c
849
kv2->hint->v.nh.si = SI2;
usr.bin/sort/coll.c
850
kv2->hint->status = (kv2->hint->v.nh.n1 != ULLONG_MAX) ?
usr.bin/sort/coll.c
852
kv2->hint->v.nh.neg = (sign2 < 0) ? true : false;
usr.bin/sort/coll.c
860
e1 = kv1->hint->v.nh.empty;
usr.bin/sort/coll.c
861
e2 = kv2->hint->v.nh.empty;
usr.bin/sort/coll.c
866
neg1 = kv1->hint->v.nh.neg;
usr.bin/sort/coll.c
867
neg2 = kv2->hint->v.nh.neg;
usr.bin/sort/coll.c
881
cmp_res = cmpsuffix(kv1->hint->v.nh.si, kv2->hint->v.nh.si);
usr.bin/sort/coll.c
886
n1 = kv1->hint->v.nh.n1;
usr.bin/sort/coll.c
887
n2 = kv2->hint->v.nh.n1;
usr.bin/sort/coll.h
81
struct n_hint nh;
usr.sbin/pfctl/parse.y
1333
struct node_host *h, *nh;
usr.sbin/pfctl/parse.y
1352
for (h = ti->host; h != NULL; h = nh) {
usr.sbin/pfctl/parse.y
1353
nh = h->next;
usr.sbin/pfctl/parse.y
5957
remove_invalid_hosts(struct node_host **nh, sa_family_t *af)
usr.sbin/pfctl/parse.y
5959
struct node_host *n = *nh, *prev = NULL;
usr.sbin/pfctl/parse.y
5967
if (n == (*nh)->tail)
usr.sbin/pfctl/parse.y
5968
(*nh)->tail = prev;
usr.sbin/pfctl/parse.y
5971
*nh = next;
usr.sbin/pfctl/parse.y
5989
invalid_redirect(struct node_host *nh, sa_family_t af)
usr.sbin/pfctl/parse.y
5995
for (n = nh; n != NULL; n = n->next) {
usr.sbin/pfctl/parse.y
6005
if (nh == NULL) {
usr.sbin/route6d/route6d.c
1039
nh = fsock.sin6_addr;
usr.sbin/route6d/route6d.c
1082
ifcp->ifc_name, inet6_n2p(&nh), ntohs(fsock.sin6_port), nn);
usr.sbin/route6d/route6d.c
1090
nh = np->rip6_dest;
usr.sbin/route6d/route6d.c
1091
SET_IN6_LINKLOCAL_IFINDEX(nh, idx);
usr.sbin/route6d/route6d.c
1092
trace(1, "\tNexthop: %s\n", inet6_n2p(&nh));
usr.sbin/route6d/route6d.c
1094
nh = fsock.sin6_addr;
usr.sbin/route6d/route6d.c
1095
trace(1, "\tNexthop: %s\n", inet6_n2p(&nh));
usr.sbin/route6d/route6d.c
1097
nh = fsock.sin6_addr;
usr.sbin/route6d/route6d.c
1178
IN6_ARE_ADDR_EQUAL(&nh, &rrt->rrt_gw)) {
usr.sbin/route6d/route6d.c
1186
rrt->rrt_gw = nh;
usr.sbin/route6d/route6d.c
1188
addroute(rrt, &nh, ifcp);
usr.sbin/route6d/route6d.c
1195
IN6_ARE_ADDR_EQUAL(&nh, &rrt->rrt_gw)) {
usr.sbin/route6d/route6d.c
1204
IN6_ARE_ADDR_EQUAL(&nh, &rrt->rrt_gw)) {
usr.sbin/route6d/route6d.c
1212
rrt->rrt_gw = nh;
usr.sbin/route6d/route6d.c
1214
addroute(rrt, &nh, ifcp);
usr.sbin/route6d/route6d.c
1235
rrt->rrt_gw = nh;
usr.sbin/route6d/route6d.c
1245
addroute(rrt, &nh, ifcp);
usr.sbin/route6d/route6d.c
711
struct in6_addr *nh; /* next hop */
usr.sbin/route6d/route6d.c
723
nrt = 0; np = ripbuf->rip6_nets; nh = NULL;
usr.sbin/route6d/route6d.c
732
nh = NULL;
usr.sbin/route6d/route6d.c
769
nrt = 0; np = ripbuf->rip6_nets; nh = NULL;
usr.sbin/route6d/route6d.c
791
if (nh == NULL || !IN6_ARE_ADDR_EQUAL(nh, &rrt->rrt_gw)) {
usr.sbin/route6d/route6d.c
800
nh = &rrt->rrt_gw;
usr.sbin/route6d/route6d.c
803
} else if (nh && (rrt->rrt_index != ifcp->ifc_index ||
usr.sbin/route6d/route6d.c
804
!IN6_ARE_ADDR_EQUAL(nh, &rrt->rrt_gw) ||
usr.sbin/route6d/route6d.c
811
nh = NULL;
usr.sbin/route6d/route6d.c
820
nh = NULL;
usr.sbin/route6d/route6d.c
993
struct in6_addr nh; /* next hop */
usr.sbin/traceroute6/traceroute6.c
1110
u_char *cp = (u_char *)ip6, nh;
usr.sbin/traceroute6/traceroute6.c
1117
nh = ip6->ip6_nxt;
usr.sbin/traceroute6/traceroute6.c
1120
while (lim - cp >= (nh == IPPROTO_NONE ? 0 : 8)) {
usr.sbin/traceroute6/traceroute6.c
1121
switch (nh) {
usr.sbin/traceroute6/traceroute6.c
1126
return(useproto == nh ? cp : NULL);
usr.sbin/traceroute6/traceroute6.c
1128
return(useproto == nh ? cp : NULL);
usr.sbin/traceroute6/traceroute6.c
1130
return(useproto == nh ? none_hdr : NULL);
usr.sbin/traceroute6/traceroute6.c
1133
nh = ((struct ip6_frag *)cp)->ip6f_nxt;
usr.sbin/traceroute6/traceroute6.c
1137
nh = ((struct ip6_ext *)cp)->ip6e_nxt;
usr.sbin/traceroute6/traceroute6.c
1141
nh = ((struct ip6_ext *)cp)->ip6e_nxt;