Searched refs:roff (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/netipsec/ |
| H A D | ipsec_mbuf.c | 248 int roff; in m_striphdr() local 251 m1 = m_getptr(m, skip, &roff); in m_striphdr() 256 if (roff == 0) { in m_striphdr() 262 } else if (roff + hlen >= m1->m_len) { in m_striphdr() 272 if (roff + hlen > m1->m_len) { in m_striphdr() 273 adjlen = roff + hlen - m1->m_len; in m_striphdr() 287 adjlen = m1->m_len - roff; in m_striphdr() 301 mtod(m1, u_char *) + roff, in m_striphdr() 302 m1->m_len - (roff + hlen)); in m_striphdr() 316 int roff; in m_checkalignment() local [all …]
|
| H A D | xform_ipcomp.c | 573 int roff; in ipcomp_output_cb() local 577 mo = m_makespace(m, skip, IPCOMP_HLENGTH, &roff); in ipcomp_output_cb() 587 ipcomp = (struct ipcomp *)(mtod(mo, caddr_t) + roff); in ipcomp_output_cb()
|
| H A D | xform_esp.c | 687 int hlen, rlen, padding, blks, alen, i, roff; in esp_output() local 772 mo = m_makespace(m, skip, hlen, &roff); in esp_output() 783 bcopy((caddr_t) &sav->spi, mtod(mo, caddr_t) + roff, in esp_output() 796 bcopy((caddr_t) &replay, mtod(mo, caddr_t) + roff + in esp_output()
|
| H A D | xform_ah.c | 845 int error, rplen, authsize, ahsize, maxpacketsize, roff; in ah_output() local 907 mi = m_makespace(m, skip, ahsize, &roff); in ah_output() 922 ah = (struct newah *)(mtod(mi, caddr_t) + roff); in ah_output()
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | octeon_pci_console.c | 188 uint16_t roff; in opcic_rsys_cngetc() local 206 roff = rcnt[0] - 1; in opcic_rsys_cngetc() 208 roff = OPCIC_RSYS_FIFO_SIZE - 1; in opcic_rsys_cngetc() 209 c = cvmx_read64_uint8(console_rbuf + roff); in opcic_rsys_cngetc()
|
| /f-stack/dpdk/drivers/regex/octeontx2/ |
| H A D | otx2_regexdev_compiler.c | 58 struct rxp_roff *roff = NULL; in ree_rule_db_compile() local 120 &roff, in ree_rule_db_compile()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | INSTALL.md | 419 The manual page is generated in both html and roff formats. Any web browser 420 can be used to view the html manual. The roff manual page can be formatted
|
| H A D | ChangeLog | 1245 - Convert the manual page source from roff to DocBook, and generate both roff
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | Makefile | 356 MD2ROFF_FLAGS = --roff --warnings --manual="User Commands" --organization="zstd $(ZSTD_VERSION)"
|