Home
last modified time | relevance | path

Searched refs:esn (Results 1 – 25 of 1136) sorted by relevance

12345678910>>...46

/dports/net/yaz/yaz-5.31.1/ztest/
H A Dread-marc.c1619 char *dummy_xml_record(int num, ODR odr, const char *esn) in dummy_xml_record() argument
1621 if (esn && !strcmp(esn, "pz2")) in dummy_xml_record()
1625 else if (!esn || !strcmp(esn, "marcxml") || !strcmp(esn, "OP")) in dummy_xml_record()
1634 if (esn && !strcmp(esn, "OP")) in dummy_xml_record()
1661 wrbuf_printf(w, "%s%s.%d.xml", e, esn, num); in dummy_xml_record()
1677 char *dummy_json_record(int num, ODR odr, const char *esn) in dummy_json_record() argument
1679 if (!esn || !strcmp(esn, "marcinjson")) in dummy_json_record()
H A Dztest.h36 char *dummy_xml_record(int num, ODR odr, const char *esn);
37 char *dummy_json_record(int num, ODR odr, const char *esn);
/dports/net/scapy/scapy-2.4.5/scapy/layers/
H A Dipsec.py549 def sign(self, pkt, key, esn_en=False, esn=0): argument
581 def verify(self, pkt, key, esn_en=False, esn=0): argument
842 self.esn = esn
918 esn=esn or self.esn)
990 esn=esn or self.esn)
1021 esn=esn)
1024 esn_en=esn_en, esn=esn)
1038 esn=esn or self.esn)
1077 esn=esn or self.esn)
1123 esn_en=esn_en, esn=esn)
[all …]
/dports/comms/rtl-433/rtl_433-21.12/src/devices/
H A Ddsc.c110 uint32_t esn; in dsc_callback() local
173 esn = (bytes[1] << 16) | (bytes[2] << 8) | bytes[3]; in dsc_callback()
179 esn, status, crc); in dsc_callback()
212 sprintf(esn_str, "%06x", esn); in dsc_callback()
218 "id", "", DATA_INT, esn, in dsc_callback()
/dports/net/wireshark/wireshark-3.6.1/epan/
H A Dexcept.c236 void except_setup_clean(struct except_stacknode *esn, in except_setup_clean() argument
239 esn->except_type = XCEPT_CLEANUP; in except_setup_clean()
242 esn->except_info.except_cleanup = ecl; in except_setup_clean()
243 stack_push(esn); in except_setup_clean()
246 void except_setup_try(struct except_stacknode *esn, in except_setup_try() argument
252 esn->except_type = XCEPT_CATCHER; in except_setup_try()
253 esn->except_info.except_catcher = ech; in except_setup_try()
254 stack_push(esn); in except_setup_try()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/
H A Dexcept.c236 void except_setup_clean(struct except_stacknode *esn,
239 esn->except_type = XCEPT_CLEANUP;
242 esn->except_info.except_cleanup = ecl;
243 stack_push(esn);
246 void except_setup_try(struct except_stacknode *esn,
252 esn->except_type = XCEPT_CATCHER;
253 esn->except_info.except_catcher = ech;
254 stack_push(esn);
/dports/net/tshark-lite/wireshark-3.6.1/epan/
H A Dexcept.c236 void except_setup_clean(struct except_stacknode *esn, in except_setup_clean() argument
239 esn->except_type = XCEPT_CLEANUP; in except_setup_clean()
242 esn->except_info.except_cleanup = ecl; in except_setup_clean()
243 stack_push(esn); in except_setup_clean()
246 void except_setup_try(struct except_stacknode *esn, in except_setup_try() argument
252 esn->except_type = XCEPT_CATCHER; in except_setup_try()
253 esn->except_info.except_catcher = ech; in except_setup_try()
254 stack_push(esn); in except_setup_try()
/dports/net/tshark/wireshark-3.6.1/epan/
H A Dexcept.c236 void except_setup_clean(struct except_stacknode *esn, in except_setup_clean() argument
239 esn->except_type = XCEPT_CLEANUP; in except_setup_clean()
242 esn->except_info.except_cleanup = ecl; in except_setup_clean()
243 stack_push(esn); in except_setup_clean()
246 void except_setup_try(struct except_stacknode *esn, in except_setup_try() argument
252 esn->except_type = XCEPT_CATCHER; in except_setup_try()
253 esn->except_info.except_catcher = ech; in except_setup_try()
254 stack_push(esn); in except_setup_try()
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/unit_test/tools/
H A DTestLogicalSpaces.hpp76 void expect_allocation_event(const std::string evn, const std::string esn, in expect_allocation_event() argument
79 expected_space_name = esn; in expect_allocation_event()
91 void expect_deallocation_event(const std::string& evn, const std::string& esn, in expect_deallocation_event() argument
94 expected_space_name = esn; in expect_deallocation_event()
/dports/devel/kokkos/kokkos-3.4.01/core/unit_test/tools/
H A DTestLogicalSpaces.hpp76 void expect_allocation_event(const std::string evn, const std::string esn, in expect_allocation_event() argument
79 expected_space_name = esn; in expect_allocation_event()
91 void expect_deallocation_event(const std::string& evn, const std::string& esn, in expect_deallocation_event() argument
94 expected_space_name = esn; in expect_deallocation_event()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/unit_test/tools/
H A DTestLogicalSpaces.hpp76 void expect_allocation_event(const std::string evn, const std::string esn, in expect_allocation_event() argument
79 expected_space_name = esn; in expect_allocation_event()
91 void expect_deallocation_event(const std::string& evn, const std::string& esn, in expect_deallocation_event() argument
94 expected_space_name = esn; in expect_deallocation_event()
/dports/graphics/py-OWSLib/OWSLib-0.24.1/owslib/catalogue/
H A Dcsw2.py223 esn = util.testXMLValue(val)
272 self._parserecords(outputschema, esn)
296 'elementsetname': esn,
307 self._parserecords(outputschema, esn)
309 def getrecords2(self, constraints=[], sortby=None, typenames='csw:Record', esn='summary', argument
341 esn = util.testXMLValue(val)
413 self._parserecords(outputschema, esn)
559 def _parserecords(self, outputschema, esn): argument
602 def _setesnel(self, esn): argument
605 if esn == 'brief':
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.c295 sa_entry->esn = 1; in ch_ipsec_xfrm_add_state()
354 if (sa_entry->esn) in is_eth_imm()
373 aadivlen = sa_entry->esn ? DIV_ROUND_UP(sizeof(struct chcr_ipsec_aadiv), in calc_tx_sec_flits()
498 if (sa_entry->esn) in copy_cpltx_pktxt()
582 if (sa_entry->esn) in ch_ipsec_crypto_wreq()
588 if (sa_entry->esn) { in ch_ipsec_crypto_wreq()
622 ivinoffset = sa_entry->esn ? (ESN_IV_INSERT_OFFSET + 1) : in ch_ipsec_crypto_wreq()
633 aadstart = sa_entry->esn ? 1 : (skb_transport_offset(skb) + 1); in ch_ipsec_crypto_wreq()
634 aadstop = sa_entry->esn ? ESN_IV_INSERT_OFFSET : in ch_ipsec_crypto_wreq()
639 ciphstart += sa_entry->esn ? esnlen : 0; in ch_ipsec_crypto_wreq()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.c295 sa_entry->esn = 1; in ch_ipsec_xfrm_add_state()
354 if (sa_entry->esn) in is_eth_imm()
373 aadivlen = sa_entry->esn ? DIV_ROUND_UP(sizeof(struct chcr_ipsec_aadiv), in calc_tx_sec_flits()
498 if (sa_entry->esn) in copy_cpltx_pktxt()
582 if (sa_entry->esn) in ch_ipsec_crypto_wreq()
588 if (sa_entry->esn) { in ch_ipsec_crypto_wreq()
622 ivinoffset = sa_entry->esn ? (ESN_IV_INSERT_OFFSET + 1) : in ch_ipsec_crypto_wreq()
633 aadstart = sa_entry->esn ? 1 : (skb_transport_offset(skb) + 1); in ch_ipsec_crypto_wreq()
634 aadstop = sa_entry->esn ? ESN_IV_INSERT_OFFSET : in ch_ipsec_crypto_wreq()
639 ciphstart += sa_entry->esn ? esnlen : 0; in ch_ipsec_crypto_wreq()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.c295 sa_entry->esn = 1; in ch_ipsec_xfrm_add_state()
354 if (sa_entry->esn) in is_eth_imm()
373 aadivlen = sa_entry->esn ? DIV_ROUND_UP(sizeof(struct chcr_ipsec_aadiv), in calc_tx_sec_flits()
498 if (sa_entry->esn) in copy_cpltx_pktxt()
582 if (sa_entry->esn) in ch_ipsec_crypto_wreq()
588 if (sa_entry->esn) { in ch_ipsec_crypto_wreq()
622 ivinoffset = sa_entry->esn ? (ESN_IV_INSERT_OFFSET + 1) : in ch_ipsec_crypto_wreq()
633 aadstart = sa_entry->esn ? 1 : (skb_transport_offset(skb) + 1); in ch_ipsec_crypto_wreq()
634 aadstop = sa_entry->esn ? ESN_IV_INSERT_OFFSET : in ch_ipsec_crypto_wreq()
639 ciphstart += sa_entry->esn ? esnlen : 0; in ch_ipsec_crypto_wreq()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c116 u32 *esn; in mlx5e_ipsec_update_esn_state() local
129 sa_entry->esn_state.esn = xfrm_replay_seqhi(sa_entry->x, in mlx5e_ipsec_update_esn_state()
131 esn = &sa_entry->esn_state.esn; in mlx5e_ipsec_update_esn_state()
135 ++(*esn); in mlx5e_ipsec_update_esn_state()
181 attrs->esn = sa_entry->esn_state.esn; in mlx5e_ipsec_build_accel_xfrm_attrs()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c116 u32 *esn; in mlx5e_ipsec_update_esn_state() local
129 sa_entry->esn_state.esn = xfrm_replay_seqhi(sa_entry->x, in mlx5e_ipsec_update_esn_state()
131 esn = &sa_entry->esn_state.esn; in mlx5e_ipsec_update_esn_state()
135 ++(*esn); in mlx5e_ipsec_update_esn_state()
181 attrs->esn = sa_entry->esn_state.esn; in mlx5e_ipsec_build_accel_xfrm_attrs()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c116 u32 *esn; in mlx5e_ipsec_update_esn_state() local
129 sa_entry->esn_state.esn = xfrm_replay_seqhi(sa_entry->x, in mlx5e_ipsec_update_esn_state()
131 esn = &sa_entry->esn_state.esn; in mlx5e_ipsec_update_esn_state()
135 ++(*esn); in mlx5e_ipsec_update_esn_state()
181 attrs->esn = sa_entry->esn_state.esn; in mlx5e_ipsec_build_accel_xfrm_attrs()
/dports/devel/py-ujson/ujson-5.0.0/
H A DREADME.md63 >>> ujson.dumps("http://esn.me")
64 '"http:\\/\\/esn.me"'
65 >>> ujson.dumps("http://esn.me", escape_forward_slashes=False)
66 '"http://esn.me"'
/dports/net/yaz/yaz-5.31.1/src/
H A Delementset.c32 void yaz_set_esn(Z_RecordComposition **comp_p, const char *esn, NMEM nmem) in yaz_set_esn() argument
41 comp->u.simple->u.generic = nmem_strdup(nmem, esn); in yaz_set_esn()
/dports/games/ioquake3-server/ioquake3-1.36/code/tools/lcc/lburg/
H A Dlburg.h13 int esn; /* external symbol number */ member
31 extern Term term(char *id, int esn);
/dports/games/iortcw/iortcw-1.51c/MP/code/tools/lcc/lburg/
H A Dlburg.h13 int esn; /* external symbol number */ member
31 extern Term term(char *id, int esn);
/dports/games/ioquake3/ioquake3-1.36/code/tools/lcc/lburg/
H A Dlburg.h13 int esn; /* external symbol number */ member
31 extern Term term(char *id, int esn);
/dports/games/iortcw/iortcw-1.51c/SP/code/tools/lcc/lburg/
H A Dlburg.h13 int esn; /* external symbol number */ member
31 extern Term term(char *id, int esn);
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/tools/lcc/lburg/
H A Dlburg.h13 int esn; /* external symbol number */ member
31 extern Term term(char *id, int esn);

12345678910>>...46