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

/freebsd-10.3-release/sys/netipsec/
H A Dxform_ipcomp.c235 u_int8_t nproto; local
296 nproto = ((struct ipcomp *) addr)->comp_nxt;
309 m_copyback(m, protoff, sizeof (u_int8_t), (u_int8_t *) &nproto);
/freebsd-10.3-release/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-10.3-release/sys/dev/firewire/
H A Dfwmem.c446 fwmem_mmap (struct cdev *dev, vm_offset_t offset, int nproto) argument
449 int nproto, vm_memattr_t *memattr)
H A Dfwdev.c885 fw_mmap (struct cdev *dev, vm_offset_t offset, int nproto) argument
888 int nproto, vm_memattr_t *memattr)
894 return fwmem_mmap(dev, offset, nproto);
896 return fwmem_mmap(dev, offset, paddr, nproto, memattr);

Completed in 55 milliseconds