Symbol: sadb_protocol
sbin/iked/pfkey.c
1189
struct sadb_protocol sa_proto;
sbin/iked/pfkey.c
1885
struct sadb_protocol *sa_proto;
sbin/iked/pfkey.c
194
struct sadb_protocol sa_flowtype, sa_protocol;
sbin/ipsecctl/pfkdump.c
374
struct sadb_protocol *proto = (struct sadb_protocol *)ext;
sbin/ipsecctl/pfkdump.c
389
struct sadb_protocol *proto = (struct sadb_protocol *)ext;
sbin/ipsecctl/pfkdump.c
443
struct sadb_protocol *proto = (struct sadb_protocol *)ext;
sbin/ipsecctl/pfkdump.c
684
struct sadb_protocol *proto = (struct sadb_protocol *)ext;
sbin/ipsecctl/pfkey.c
649
struct sadb_protocol sa_proto;
sbin/ipsecctl/pfkey.c
74
struct sadb_protocol sa_flowtype, sa_protocol;
sbin/ipsecctl/pfkey.c
815
struct sadb_protocol *sproto;
sbin/ipsecctl/pfkey.c
939
sproto = (struct sadb_protocol *)ext;
sbin/ipsecctl/pfkey.c
945
sproto = (struct sadb_protocol *)ext;
sbin/isakmpd/pf_key_v2.c
1502
struct sadb_protocol flowtype;
sbin/isakmpd/pf_key_v2.c
1505
struct sadb_protocol tprotocol;
sbin/isakmpd/pf_key_v2.c
2353
struct sadb_protocol *sproto;
sbin/isakmpd/pf_key_v2.c
3244
struct sadb_protocol protocol;
sbin/isakmpd/pf_key_v2.c
897
struct sadb_protocol flowtype, tprotocol;
sys/net/pfkeyv2.c
1736
struct sadb_protocol *sa_proto;
sys/net/pfkeyv2.c
1754
sa_proto = (struct sadb_protocol *) headers[SADB_X_EXT_SATYPE2];
sys/net/pfkeyv2.c
1802
struct sadb_protocol *sab;
sys/net/pfkeyv2.c
1813
sab = (struct sadb_protocol *) headers[SADB_X_EXT_FLOW_TYPE];
sys/net/pfkeyv2.c
2527
i = 2 * sizeof(struct sadb_protocol);
sys/net/pfkeyv2.c
617
struct sadb_protocol *sp;
sys/net/pfkeyv2.c
622
i = 4 * sizeof(struct sadb_address) + sizeof(struct sadb_protocol);
sys/net/pfkeyv2.c
732
sp->sadb_protocol_len = sizeof(struct sadb_protocol) /
sys/net/pfkeyv2.c
798
i += 2 * sizeof(struct sadb_protocol);
sys/net/pfkeyv2.c
822
i += sizeof(struct sadb_protocol);
sys/net/pfkeyv2.h
459
struct sadb_address *, struct sadb_protocol *, struct sadb_protocol *);
sys/net/pfkeyv2_convert.c
424
struct sadb_protocol *sab, struct sadb_protocol *ftype)
sys/net/pfkeyv2_convert.c
568
struct sadb_protocol *sab;
sys/net/pfkeyv2_convert.c
571
sab = (struct sadb_protocol *)*p;
sys/net/pfkeyv2_convert.c
572
sab->sadb_protocol_len = sizeof(struct sadb_protocol) /
sys/net/pfkeyv2_convert.c
609
*p += sizeof(struct sadb_protocol);
sys/net/pfkeyv2_convert.c
612
sab = (struct sadb_protocol *)*p;
sys/net/pfkeyv2_convert.c
613
sab->sadb_protocol_len = sizeof(struct sadb_protocol) /
sys/net/pfkeyv2_convert.c
625
*p += sizeof(struct sadb_protocol);
sys/net/pfkeyv2_convert.c
971
struct sadb_protocol *sab = *p;
sys/net/pfkeyv2_convert.c
973
sab->sadb_protocol_len = sizeof(struct sadb_protocol) /
sys/net/pfkeyv2_convert.c
976
*p += sizeof(struct sadb_protocol);
sys/net/pfkeyv2_parsemessage.c
431
if (i != sizeof(struct sadb_protocol)) {
usr.sbin/bgpd/pfkey.c
69
struct sadb_protocol sa_flowtype, sa_protocol;