Home
last modified time | relevance | path

Searched refs:satype (Results 1 – 25 of 54) sorted by relevance

123

/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dpfkey.c55 pfkey_send(fd, satype, cmd, dir, from, to, \
146 smsg.sadb_msg_satype = satype; in pfkey_send()
596 uint8_t satype = SADB_SATYPE_ESP; in pfkey_ipsec_establish() local
607 satype = SADB_SATYPE_ESP; in pfkey_ipsec_establish()
610 satype = SADB_SATYPE_AH; in pfkey_ipsec_establish()
616 if (pfkey_send(pfkey_fd, satype, SADB_ADD, 0, in pfkey_ipsec_establish()
629 if (pfkey_send(pfkey_fd, satype, SADB_ADD, 0, in pfkey_ipsec_establish()
688 uint8_t satype; in pfkey_ipsec_remove() local
692 satype = SADB_SATYPE_ESP; in pfkey_ipsec_remove()
695 satype = SADB_SATYPE_AH; in pfkey_ipsec_remove()
[all …]
/dports/textproc/wiggle/wiggle-1.3/tests/contrib/pfkey_v2_parse.c/
H A Dmerge97 uint8_t satype;
119 satype2proto(uint8_t satype)
123 while(satype_tbl[i].satype != satype && satype_tbl[i].satype != 0) {
137 return satype_tbl[i].satype;
141 satype2name(uint8_t satype)
145 while(satype_tbl[i].satype != satype && satype_tbl[i].satype != 0) {
1054 "satype is zero, must be non-zero.\n");
1061 "satype %d > max %d, invalid.\n",
1069 "proto lookup from satype=%d failed.\n",
1086 "len=%u ext=%u(%s) satype=%u(%s) res=%u,%u,%u.\n",
[all …]
H A Dorig97 uint8_t satype;
119 satype2proto(uint8_t satype)
123 while(satype_tbl[i].satype != satype && satype_tbl[i].satype != 0) {
137 return satype_tbl[i].satype;
141 satype2name(uint8_t satype)
145 while(satype_tbl[i].satype != satype && satype_tbl[i].satype != 0) {
1054 "satype is zero, must be non-zero.\n");
1061 "satype %d > max %d, invalid.\n",
1069 "proto lookup from satype=%d failed.\n",
1086 "len=%u ext=%u(%s) satype=%u(%s) res=%u,%u,%u.\n",
[all …]
/dports/databases/py-marshmallow-sqlalchemy/marshmallow-sqlalchemy-0.26.1/tests/
H A Dconftest.py133 satype = sa.Column(sa.String(50)) variable in models.Paper
134 __mapper_args__ = {"polymorphic_identity": "paper", "polymorphic_on": satype}
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/
H A Dmodules.cc657 tree satype = make_array_type (Type::tvoidptr, aimports_dim); in layout_moduleinfo() local
673 build_constructor (satype, elms)); in layout_moduleinfo()
679 tree satype = make_array_type (Type::tvoidptr, aclasses.length); in layout_moduleinfo() local
690 build_constructor (satype, elms)); in layout_moduleinfo()
/dports/lang/gcc9/gcc-9.4.0/gcc/d/
H A Dmodules.cc650 tree satype = make_array_type (Type::tvoidptr, aimports_dim); in layout_moduleinfo() local
666 build_constructor (satype, elms)); in layout_moduleinfo()
672 tree satype = make_array_type (Type::tvoidptr, aclasses.dim); in layout_moduleinfo() local
683 build_constructor (satype, elms)); in layout_moduleinfo()
H A Dtoir.cc813 Type *satype = condtype->sarrayOf (s->cases->dim); in visit() local
833 tree ctor = build_constructor (build_ctype (satype), elms); in visit()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/
H A Dmodules.cc652 tree satype = make_array_type (Type::tvoidptr, aimports_dim); in layout_moduleinfo() local
668 build_constructor (satype, elms)); in layout_moduleinfo()
674 tree satype = make_array_type (Type::tvoidptr, aclasses.dim); in layout_moduleinfo() local
685 build_constructor (satype, elms)); in layout_moduleinfo()
H A Dtoir.cc815 Type *satype = condtype->sarrayOf (s->cases->dim); in visit() local
835 tree ctor = build_constructor (build_ctype (satype), elms); in visit()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/
H A Dmodules.cc654 tree satype = make_array_type (Type::tvoidptr, aimports_dim); in layout_moduleinfo() local
670 build_constructor (satype, elms)); in layout_moduleinfo()
676 tree satype = make_array_type (Type::tvoidptr, aclasses.length); in layout_moduleinfo() local
687 build_constructor (satype, elms)); in layout_moduleinfo()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/
H A Dmodules.cc654 tree satype = make_array_type (Type::tvoidptr, aimports_dim); in layout_moduleinfo() local
670 build_constructor (satype, elms)); in layout_moduleinfo()
676 tree satype = make_array_type (Type::tvoidptr, aclasses.length); in layout_moduleinfo() local
687 build_constructor (satype, elms)); in layout_moduleinfo()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/
H A Dmodules.cc650 tree satype = make_array_type (Type::tvoidptr, aimports_dim); in layout_moduleinfo() local
666 build_constructor (satype, elms)); in layout_moduleinfo()
672 tree satype = make_array_type (Type::tvoidptr, aclasses.dim); in layout_moduleinfo() local
683 build_constructor (satype, elms)); in layout_moduleinfo()
H A Dtoir.cc798 Type *satype = condtype->sarrayOf (s->cases->dim); in visit() local
818 tree ctor = build_constructor (build_ctype (satype), elms); in visit()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/
H A Dmodules.cc652 tree satype = make_array_type (Type::tvoidptr, aimports_dim); in layout_moduleinfo() local
668 build_constructor (satype, elms)); in layout_moduleinfo()
674 tree satype = make_array_type (Type::tvoidptr, aclasses.dim); in layout_moduleinfo() local
685 build_constructor (satype, elms)); in layout_moduleinfo()
H A Dtoir.cc815 Type *satype = condtype->sarrayOf (s->cases->dim); in visit() local
835 tree ctor = build_constructor (build_ctype (satype), elms); in visit()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/
H A Dmodules.cc650 tree satype = make_array_type (Type::tvoidptr, aimports_dim); in layout_moduleinfo() local
666 build_constructor (satype, elms)); in layout_moduleinfo()
672 tree satype = make_array_type (Type::tvoidptr, aclasses.dim); in layout_moduleinfo() local
683 build_constructor (satype, elms)); in layout_moduleinfo()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/
H A Dmodules.cc654 tree satype = make_array_type (Type::tvoidptr, aimports_dim); in layout_moduleinfo() local
670 build_constructor (satype, elms)); in layout_moduleinfo()
676 tree satype = make_array_type (Type::tvoidptr, aclasses.length); in layout_moduleinfo() local
687 build_constructor (satype, elms)); in layout_moduleinfo()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/
H A Dmodules.cc652 tree satype = make_array_type (Type::tvoidptr, aimports_dim); in layout_moduleinfo() local
668 build_constructor (satype, elms)); in layout_moduleinfo()
674 tree satype = make_array_type (Type::tvoidptr, aclasses.dim); in layout_moduleinfo() local
685 build_constructor (satype, elms)); in layout_moduleinfo()
H A Dtoir.cc815 Type *satype = condtype->sarrayOf (s->cases->dim); in visit() local
835 tree ctor = build_constructor (build_ctype (satype), elms); in visit()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netipsec/
H A Dkey.c990 uint8_t satype; in key_do_allocsa_policy() local
998 if (satype == 0) in key_do_allocsa_policy()
3904 p->sadb_msg_satype = satype; in key_setsadbmsg()
4841 switch (satype) { in key_satype2proto()
5984 u_int8_t satype; in key_get() local
6295 u_int8_t satype; in key_acquire() local
6302 IPSEC_ASSERT(satype != 0, in key_acquire()
6877 int satype; in key_expire() local
7079 u_int8_t satype; in key_setdump_chain() local
7183 u_int8_t satype; in key_dump() local
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/ldpd/
H A Dpfkey.c57 pfkey_send(int sd, uint8_t satype, uint8_t mtype, uint8_t dir, in pfkey_send() argument
120 smsg.sadb_msg_satype = satype; in pfkey_send()
/dports/net/frr7/frr-frr-7.5.1/ldpd/
H A Dpfkey.c57 pfkey_send(int sd, uint8_t satype, uint8_t mtype, uint8_t dir, in pfkey_send() argument
120 smsg.sadb_msg_satype = satype; in pfkey_send()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/key/
H A Daf_key.c570 pfkey_satype2proto(uint8_t satype) in pfkey_satype2proto() argument
572 switch (satype) { in pfkey_satype2proto()
1887 int satype = hdr->sadb_msg_satype; in pfkey_promisc() local
1892 if (satype != 0 && satype != 1) in pfkey_promisc()
1894 pfk->promisc = satype; in pfkey_promisc()
3344 __u8 satype = (x->id.proto == IPPROTO_ESP ? SADB_SATYPE_ESP : 0); in pfkey_send_new_mapping() local
3351 if (!satype) in pfkey_send_new_mapping()
3378 hdr->sadb_msg_satype = satype; in pfkey_send_new_mapping()
/dports/multimedia/libv4l/linux-5.13-rc2/net/key/
H A Daf_key.c570 pfkey_satype2proto(uint8_t satype) in pfkey_satype2proto() argument
572 switch (satype) { in pfkey_satype2proto()
1887 int satype = hdr->sadb_msg_satype; in pfkey_promisc() local
1892 if (satype != 0 && satype != 1) in pfkey_promisc()
1894 pfk->promisc = satype; in pfkey_promisc()
3344 __u8 satype = (x->id.proto == IPPROTO_ESP ? SADB_SATYPE_ESP : 0); in pfkey_send_new_mapping() local
3351 if (!satype) in pfkey_send_new_mapping()
3378 hdr->sadb_msg_satype = satype; in pfkey_send_new_mapping()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/key/
H A Daf_key.c570 pfkey_satype2proto(uint8_t satype) in pfkey_satype2proto() argument
572 switch (satype) { in pfkey_satype2proto()
1887 int satype = hdr->sadb_msg_satype; in pfkey_promisc() local
1892 if (satype != 0 && satype != 1) in pfkey_promisc()
1894 pfk->promisc = satype; in pfkey_promisc()
3344 __u8 satype = (x->id.proto == IPPROTO_ESP ? SADB_SATYPE_ESP : 0); in pfkey_send_new_mapping() local
3351 if (!satype) in pfkey_send_new_mapping()
3378 hdr->sadb_msg_satype = satype; in pfkey_send_new_mapping()

123