Lines Matching defs:protoff
535 ah_input(struct mbuf *m, struct secasvar *sav, int skip, int protoff)
673 xd->protoff = protoff;
701 int authsize, rplen, ahsize, error, skip, protoff;
712 protoff = xd->protoff;
767 ((uint8_t *) ptr)[protoff] = nxt;
811 error = ipsec6_common_input_cb(m, sav, skip, protoff);
816 error = ipsec4_common_input_cb(m, sav, skip, protoff);
843 u_int idx, int skip, int protoff)
935 m_copydata(m, protoff, sizeof(u_int8_t), (caddr_t) &ah->ah_nxt);
1033 ((uint8_t *) (xd + 1))[protoff] = IPPROTO_AH;
1037 m_copyback(m, protoff, sizeof(uint8_t), (caddr_t) &prot);