Symbol: nh
dist/pf/sbin/pfctl/parse.y
1185
struct node_host *h, *nh;
dist/pf/sbin/pfctl/parse.y
1204
for (h = ti->host; h != NULL; h = nh) {
dist/pf/sbin/pfctl/parse.y
1205
nh = h->next;
dist/pf/sbin/pfctl/parse.y
5373
remove_invalid_hosts(struct node_host **nh, sa_family_t *af)
dist/pf/sbin/pfctl/parse.y
5375
struct node_host *n = *nh, *prev = NULL;
dist/pf/sbin/pfctl/parse.y
5383
if (n == (*nh)->tail)
dist/pf/sbin/pfctl/parse.y
5384
(*nh)->tail = prev;
dist/pf/sbin/pfctl/parse.y
5387
*nh = next;
dist/pf/sbin/pfctl/parse.y
5405
invalid_redirect(struct node_host *nh, sa_family_t af)
dist/pf/sbin/pfctl/parse.y
5411
for (n = nh; n != NULL; n = n->next) {
dist/pf/sbin/pfctl/parse.y
5421
if (nh == NULL) {
games/worm/worm.c
265
struct body *nh;
games/worm/worm.c
316
nh = tail->next;
games/worm/worm.c
318
tail = nh;
games/worm/worm.c
335
nh = newlink();
games/worm/worm.c
336
nh->next = NULL;
games/worm/worm.c
337
nh->prev = head;
games/worm/worm.c
338
head->next = nh;
games/worm/worm.c
339
nh->y = y;
games/worm/worm.c
340
nh->x = x;
games/worm/worm.c
341
display(nh, HEAD);
games/worm/worm.c
342
head = nh;
lib/libedit/history.c
724
history_set_fun(TYPE(History) *h, TYPE(History) *nh)
lib/libedit/history.c
728
if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL ||
lib/libedit/history.c
729
nh->h_prev == NULL || nh->h_curr == NULL || nh->h_set == NULL ||
lib/libedit/history.c
730
nh->h_enter == NULL || nh->h_add == NULL || nh->h_clear == NULL ||
lib/libedit/history.c
731
nh->h_del == NULL || nh->h_ref == NULL) {
lib/libedit/history.c
752
h->h_first = nh->h_first;
lib/libedit/history.c
753
h->h_next = nh->h_next;
lib/libedit/history.c
754
h->h_last = nh->h_last;
lib/libedit/history.c
755
h->h_prev = nh->h_prev;
lib/libedit/history.c
756
h->h_curr = nh->h_curr;
lib/libedit/history.c
757
h->h_set = nh->h_set;
lib/libedit/history.c
758
h->h_clear = nh->h_clear;
lib/libedit/history.c
759
h->h_enter = nh->h_enter;
lib/libedit/history.c
760
h->h_add = nh->h_add;
lib/libedit/history.c
761
h->h_del = nh->h_del;
sbin/ping6/ping6.c
2329
u_char *cp = (u_char *)ip6, nh;
sbin/ping6/ping6.c
2339
nh = ip6->ip6_nxt;
sbin/ping6/ping6.c
2342
switch (nh) {
sbin/ping6/ping6.c
2346
nh = ((struct ip6_hbh *)cp)->ip6h_nxt;
sbin/ping6/ping6.c
2351
nh = ((struct ip6_dest *)cp)->ip6d_nxt;
sbin/ping6/ping6.c
2356
nh = ((struct ip6_frag *)cp)->ip6f_nxt;
sbin/ping6/ping6.c
2361
nh = ((struct ip6_rthdr *)cp)->ip6r_nxt;
sbin/ping6/ping6.c
2367
nh = ((struct ip6_ext *)cp)->ip6e_nxt;
sbin/ping6/ping6.c
2388
printf("Unknown Header(%d)\n", nh);
sys/arch/epoc32/windermere/windermerevar.h
41
#define windermere_bus_space_subregion(t, h, o, s, nh) \
sys/arch/epoc32/windermere/windermerevar.h
42
bus_space_subregion((t), (h), (o) >> 2, (s), (nh))
sys/arch/mips/mips/bus_space_alignstride_chipdep.c
553
bus_size_t size, bus_space_handle_t *nh)
sys/arch/mips/mips/bus_space_alignstride_chipdep.c
556
*nh = h + (offset << CHIP_ALIGN_STRIDE);
sys/crypto/adiantum/adiantum.c
1186
nh(h, C[i].m, C[i].mlen, k);
sys/crypto/adiantum/adiantum.c
464
nh(h0, m, MIN(mlen, 1024), nhk);
sys/fs/nfs/server/nfs_nfsdport.c
134
struct nfsheur *nh;
sys/fs/nfs/server/nfs_nfsdport.c
140
nh = &nfsheur[hi];
sys/fs/nfs/server/nfs_nfsdport.c
143
nh = &nfsheur[hi];
sys/fs/nfs/server/nfs_nfsdport.c
149
if (nfsheur[hi].nh_use < nh->nh_use)
sys/fs/nfs/server/nfs_nfsdport.c
150
nh = &nfsheur[hi];
sys/fs/nfs/server/nfs_nfsdport.c
154
if (nh->nh_vp != vp) {
sys/fs/nfs/server/nfs_nfsdport.c
155
nh->nh_vp = vp;
sys/fs/nfs/server/nfs_nfsdport.c
156
nh->nh_nextoff = uio->uio_offset;
sys/fs/nfs/server/nfs_nfsdport.c
157
nh->nh_use = NHUSE_INIT;
sys/fs/nfs/server/nfs_nfsdport.c
159
nh->nh_seqcount = 4;
sys/fs/nfs/server/nfs_nfsdport.c
161
nh->nh_seqcount = 1;
sys/fs/nfs/server/nfs_nfsdport.c
165
if ((uio->uio_offset == 0 && nh->nh_seqcount > 0) ||
sys/fs/nfs/server/nfs_nfsdport.c
166
uio->uio_offset == nh->nh_nextoff) {
sys/fs/nfs/server/nfs_nfsdport.c
168
nh->nh_seqcount += howmany(uio->uio_resid, 16384);
sys/fs/nfs/server/nfs_nfsdport.c
169
if (nh->nh_seqcount > IO_SEQMAX)
sys/fs/nfs/server/nfs_nfsdport.c
170
nh->nh_seqcount = IO_SEQMAX;
sys/fs/nfs/server/nfs_nfsdport.c
171
} else if (qabs(uio->uio_offset - nh->nh_nextoff) <= MAX_REORDERED_RPC *
sys/fs/nfs/server/nfs_nfsdport.c
174
} else if (nh->nh_seqcount > 1) {
sys/fs/nfs/server/nfs_nfsdport.c
175
nh->nh_seqcount /= 2;
sys/fs/nfs/server/nfs_nfsdport.c
177
nh->nh_seqcount = 0;
sys/fs/nfs/server/nfs_nfsdport.c
179
nh->nh_use += NHUSE_INC;
sys/fs/nfs/server/nfs_nfsdport.c
180
if (nh->nh_use > NHUSE_MAX)
sys/fs/nfs/server/nfs_nfsdport.c
181
nh->nh_use = NHUSE_MAX;
sys/fs/nfs/server/nfs_nfsdport.c
182
return (nh);
sys/fs/nfs/server/nfs_nfsdport.c
648
struct nfsheur *nh;
sys/fs/nfs/server/nfs_nfsdport.c
695
nh = nfsrv_sequential_heuristic(uiop, vp);
sys/fs/nfs/server/nfs_nfsdport.c
696
ioflag |= nh->nh_seqcount << IO_SEQSHIFT;
sys/fs/nfs/server/nfs_nfsdport.c
706
nh->nh_nextoff = uiop->uio_offset;
sys/fs/nfs/server/nfs_nfsdport.c
735
struct nfsheur *nh;
sys/fs/nfs/server/nfs_nfsdport.c
769
nh = nfsrv_sequential_heuristic(uiop, vp);
sys/fs/nfs/server/nfs_nfsdport.c
770
ioflags |= nh->nh_seqcount << IO_SEQSHIFT;
sys/fs/nfs/server/nfs_nfsdport.c
775
nh->nh_nextoff = uiop->uio_offset;
sys/lib/libsa/loadfile_elf32.c
518
Elf_Nhdr nh;
sys/lib/libsa/loadfile_elf32.c
629
if (note.nh.n_namesz == ELF_NOTE_NETBSD_NAMESZ &&
sys/lib/libsa/loadfile_elf32.c
630
note.nh.n_descsz == ELF_NOTE_NETBSD_DESCSZ &&
sys/lib/libsa/loadfile_elf32.c
631
note.nh.n_type == ELF_NOTE_TYPE_NETBSD_TAG &&
sys/netinet/ip_input.c
811
const int off = hlen, nh = ip->ip_p;
sys/netinet/ip_input.c
813
(*inetsw[ip_protox[nh]].pr_input)(m, off, nh);
usr.sbin/route6d/route6d.c
1020
nh = fsock.sin6_addr;
usr.sbin/route6d/route6d.c
1063
ifcp->ifc_name, inet6_n2p(&nh), ntohs(fsock.sin6_port), (int)nn);
usr.sbin/route6d/route6d.c
1071
nh = np->rip6_dest;
usr.sbin/route6d/route6d.c
1072
SET_IN6_LINKLOCAL_IFINDEX(nh, idx);
usr.sbin/route6d/route6d.c
1073
trace(1, "\tNexthop: %s\n", inet6_n2p(&nh));
usr.sbin/route6d/route6d.c
1075
nh = fsock.sin6_addr;
usr.sbin/route6d/route6d.c
1076
trace(1, "\tNexthop: %s\n", inet6_n2p(&nh));
usr.sbin/route6d/route6d.c
1078
nh = fsock.sin6_addr;
usr.sbin/route6d/route6d.c
1159
IN6_ARE_ADDR_EQUAL(&nh, &rrt->rrt_gw)) {
usr.sbin/route6d/route6d.c
1167
rrt->rrt_gw = nh;
usr.sbin/route6d/route6d.c
1169
addroute(rrt, &nh, ifcp);
usr.sbin/route6d/route6d.c
1176
IN6_ARE_ADDR_EQUAL(&nh, &rrt->rrt_gw)) {
usr.sbin/route6d/route6d.c
1185
IN6_ARE_ADDR_EQUAL(&nh, &rrt->rrt_gw)) {
usr.sbin/route6d/route6d.c
1193
rrt->rrt_gw = nh;
usr.sbin/route6d/route6d.c
1195
addroute(rrt, &nh, ifcp);
usr.sbin/route6d/route6d.c
1215
rrt->rrt_gw = nh;
usr.sbin/route6d/route6d.c
1225
addroute(rrt, &nh, ifcp);
usr.sbin/route6d/route6d.c
687
struct in6_addr *nh; /* next hop */
usr.sbin/route6d/route6d.c
702
nrt = 0; nip = ripbuf->rip6_nets; nh = NULL;
usr.sbin/route6d/route6d.c
711
nh = NULL;
usr.sbin/route6d/route6d.c
748
nrt = 0; nip = ripbuf->rip6_nets; nh = NULL;
usr.sbin/route6d/route6d.c
770
if (nh == NULL || !IN6_ARE_ADDR_EQUAL(nh, &rrt->rrt_gw)) {
usr.sbin/route6d/route6d.c
779
nh = &rrt->rrt_gw;
usr.sbin/route6d/route6d.c
782
} else if (nh && (rrt->rrt_index != ifcp->ifc_index ||
usr.sbin/route6d/route6d.c
783
!IN6_ARE_ADDR_EQUAL(nh, &rrt->rrt_gw) ||
usr.sbin/route6d/route6d.c
790
nh = NULL;
usr.sbin/route6d/route6d.c
799
nh = NULL;
usr.sbin/route6d/route6d.c
969
struct in6_addr nh; /* next hop */
usr.sbin/traceroute6/traceroute6.c
1033
u_char *cp = (u_char *)ip6, nh;
usr.sbin/traceroute6/traceroute6.c
1039
nh = ip6->ip6_nxt;
usr.sbin/traceroute6/traceroute6.c
1043
switch (nh) {
usr.sbin/traceroute6/traceroute6.c
1053
nh = ((struct ip6_frag *)cp)->ip6f_nxt;
usr.sbin/traceroute6/traceroute6.c
1057
nh = ((struct ip6_ext *)cp)->ip6e_nxt;
usr.sbin/traceroute6/traceroute6.c
1061
nh = ((struct ip6_ext *)cp)->ip6e_nxt;