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

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

Completed in 186 milliseconds