Searched refs:ndh (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_nbt.c344 NbtDataHeader *ndh; local
358 ndh = (NbtDataHeader *)udp_next(uh);
359 if ((char *)(ndh + 1) > pmax)
362 printf("\nType=%02x,", ndh->type);
364 switch (ndh->type) {
368 p = (u_char *) ndh + 14;
373 p = (u_char *) ndh + 11;
378 p = (u_char *) ndh + 10;
385 printf("%s:%d-->", inet_ntoa_r(ndh->source_ip, INET_NTOA_BUF(addrbuf)),
386 ntohs(ndh
[all...]
/freebsd-11-stable/sys/ufs/ufs/
H A Dufs_dirhash.c190 struct dirhash *ndh; local
195 ndh = dh = NULL;
200 if (ip->i_dirhash == NULL && ndh == NULL) {
201 ndh = malloc(sizeof *dh, M_DIRHASH,
203 if (ndh == NULL)
205 refcount_init(&ndh->dh_refcount, 1);
215 sx_init_flags(&ndh->dh_lock, "dirhash", SX_DUPOK);
216 sx_xlock(&ndh->dh_lock);
225 ip->i_dirhash = ndh;
227 if (ndh
[all...]

Completed in 125 milliseconds