Searched refs:nproto (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/ppp/ |
H A D | mppe.c | 163 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 D | xform_ipcomp.c | 294 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 D | main.c | 1793 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 D | fwmem.c | 435 int nproto, vm_memattr_t *memattr) in fwmem_mmap() argument
|
H A D | fwdev.c | 849 int nproto, vm_memattr_t *memattr) in fw_mmap() argument 853 return fwmem_mmap(dev, offset, paddr, nproto, memattr); in fw_mmap()
|