Home
last modified time | relevance | path

Searched refs:nproto (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dmppe.c163 u_short nproto, prefix; in MPPEOutput() local
212 nproto = htons(*proto); in MPPEOutput()
213 RC4(&mop->rc4key, 2, (char *)&nproto, rp + 2); in MPPEOutput()
/freebsd/sys/netipsec/
H A Dxform_ipcomp.c294 uint8_t nproto; in ipcomp_input_cb() local
350 nproto = ((struct ipcomp *) addr)->comp_nxt; in ipcomp_input_cb()
363 m_copyback(m, protoff, sizeof (u_int8_t), (u_int8_t *) &nproto); in ipcomp_input_cb()
/freebsd/stand/efi/loader/
H A Dmain.c1793 UINTN nproto = 0; in command_lsefi() local
1802 status = BS->ProtocolsPerHandle(handle, &protocols, &nproto); in command_lsefi()
1810 for (j = 0; j < nproto; j++) { in command_lsefi()
/freebsd/sys/dev/firewire/
H A Dfwmem.c435 int nproto, vm_memattr_t *memattr) in fwmem_mmap() argument
H A Dfwdev.c849 int nproto, vm_memattr_t *memattr) in fw_mmap() argument
853 return fwmem_mmap(dev, offset, paddr, nproto, memattr); in fw_mmap()