Searched refs:nsh (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetusershell.c121 int nsh; local
135 for(cp = tmp, nsh = 0; *cp; cp += strlen(cp) + 1, nsh++);
137 shells = calloc(nsh + 1, sizeof(*shells));
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_nbt.c789 NbtNSHeader *nsh; local
806 nsh = (NbtNSHeader *)udp_next(uh);
807 p = (u_char *) (nsh + 1);
810 if ((char *)(nsh + 1) > pmax)
816 nsh->dir ? "Response" : "Request",
817 nsh->nametrid,
818 nsh->opcode,
819 nsh->nmflags,
820 nsh->rcode,
821 ntohs(nsh
[all...]
/freebsd-11-stable/stand/efi/boot1/
H A Dgenerate-fat.sh54 # Provide a fallback startup.nsh
55 echo $FILENAME > stub/efi/boot/startup.nsh
/freebsd-11-stable/usr.sbin/tcpdump/tcpdump/
H A DMakefile111 print-nsh.c \
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcstat_log.c623 size_t i, nph, nsh; local
732 if (elf_getshnum(e, &nsh) == 0) {
739 for (i = 0; i < nsh; i++) {
/freebsd-11-stable/contrib/tcpdump/
H A DMakefile.in177 print-nsh.c \

Completed in 129 milliseconds