Searched defs:protoff (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/sys/netinet/ |
H A D | ipsec_input.c | 183 ipsec_common_input(struct mbuf ** mp,int skip,int protoff,int af,int sproto,int udpencap) ipsec_common_input() argument 361 ipsec_common_input_cb(struct mbuf ** mp,struct tdb * tdbp,int skip,int protoff) ipsec_common_input_cb() argument 772 int protoff; ah46_input() local 805 int protoff; esp46_input() local 829 int protoff; ipcomp46_input() local 975 int protoff, nxt, l; ipsec_protoff() local [all...] |
H A D | ip_ipcomp.c | 134 ipcomp_input(struct mbuf **mp, struct tdb *tdb, int skip, int protoff) in ipcomp_input() 304 ipcomp_output(struct mbuf *m, struct tdb *tdb, int skip, int protoff) in ipcomp_output()
|
H A D | ip_ah.c | 530 ah_input(struct mbuf **mp, struct tdb *tdb, int skip, int protoff) in ah_input() 858 ah_output(struct mbuf *m, struct tdb *tdb, int skip, int protoff) in ah_output()
|
H A D | ip_esp.c | 341 esp_input(struct mbuf **mp, struct tdb *tdb, int skip, int protoff) in esp_input() 687 esp_output(struct mbuf *m, struct tdb *tdb, int skip, int protoff) in esp_output()
|
H A D | tcp_subr.c | 989 int protoff) in tcp_signature_tdb_input() argument 997 int protoff) in tcp_signature_tdb_output() argument
|
H A D | udp_usrreq.c | 317 int protoff; udp_input() local
|