/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_dynamic.c | 169 uint8_t type; /* State type */ member 195 uint8_t type; /* State type */ member 1548 uint8_t type) in dyn_alloc_ipv4_state() 1630 uint32_t kidx, uint8_t type) in dyn_add_ipv4_state() 1678 uint32_t kidx, uint8_t type) in dyn_alloc_ipv6_state() 1761 uint16_t fibnum, uint32_t kidx, uint8_t type) in dyn_add_ipv6_state() 1903 uint32_t kidx, uint8_t type) in dyn_install_state() 2998 dyn_export_data(const struct dyn_data *data, uint32_t kidx, uint8_t type, in dyn_export_data()
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/ |
H A D | fm_port.h | 121 #define DEFAULT_PORT_numOfTasks(type) \ argument 128 #define DEFAULT_PORT_extraNumOfTasks(type) \ argument 132 #define DEFAULT_PORT_numOfOpenDmas(type) \ argument 136 #define DEFAULT_PORT_extraNumOfOpenDmas(type) \ argument 140 #define DEFAULT_PORT_numOfFifoBufs(type) \ argument 160 #define DEFAULT_PORT_numOfTasks(type) \ argument 167 #define DEFAULT_PORT_extraNumOfTasks(type) 0 argument 169 #define DEFAULT_PORT_numOfOpenDmas(type) \ argument 176 #define DEFAULT_PORT_extraNumOfOpenDmas(type) 0 argument 178 #define DEFAULT_PORT_numOfFifoBufs(type) \ argument
|
/freebsd/contrib/tcpdump/ |
H A D | print-isakmp.c | 144 nd_uint16_t type; /* defined by DOI-spec, and Attribute Format */ member 270 nd_uint16_t type; /* Notify Message Type */ member 363 nd_uint8_t type; /* ID type */ member 375 nd_uint16_t type; /* Notify Message Type */ member 408 uint16_t type; member 536 nd_uint8_t type; /* ID Type */ member 895 const char *type; member 1355 uint8_t type, proto_id; in ikev1_id_print() local 1647 uint16_t type; in ikev1_n_print() local 2372 uint16_t type; in ikev2_n_print() local
|
/freebsd/crypto/openssl/test/ |
H A D | tls-provider.c | 1339 static void free_asn1_data(int type, void *data) in free_asn1_data() 1841 int type = OBJ_sn2nid(typestr); in key2any_encode() local 1863 #define DO_ENC_PRIVATE_KEY(impl, type, kind, output) \ argument 1872 #define DO_ENC_PUBLIC_KEY(impl, type, kind, output) \ argument 1881 #define DO_ENC_PARAMETERS(impl, type, kind, output) \ argument 1923 #define DO_ENC_PrivateKeyInfo(impl, type, output) \ argument 1927 #define DO_ENC_EncryptedPrivateKeyInfo(impl, type, output) \ argument 1932 #define DO_ENC_SubjectPublicKeyInfo(impl, type, output) \ argument 1952 #define MAKE_ENCODER(impl, type, kind, output) \ argument 2521 #define MAKE_DECODER(keytype_name, keytype, type, kind) \ argument
|
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | http_struct.h | 92 enum evhttp_cmd_type type; member
|
/freebsd/contrib/wpa/wpa_supplicant/examples/ |
H A D | wps-nfc.py | 129 def wpas_report_handover(req, sel, type): argument
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | Debug.h | 137 uint64_t type; member
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | RegisterValue.h | 93 SetType(RegisterValue::Type type) SetType() argument
|
/freebsd/contrib/netbsd-tests/lib/libc/regex/ |
H A D | t_exhaust.c | 160 int type; member
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_filegen.c | 408 u_int type, in filegen_config()
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | FormattersHelpers.cpp | 118 AddressType type; in GetArrayAddressOrPointerValue() local
|
/freebsd/sbin/setkey/ |
H A D | test-pfkey.c | 136 key_setsadbmsg(type) in key_setsadbmsg() argument
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | VariableList.cpp | 128 size_t VariableList::AppendVariablesWithScope(lldb::ValueType type, in AppendVariablesWithScope()
|
/freebsd/usr.bin/truss/ |
H A D | truss.h | 57 const char *type; member
|
/freebsd/lib/libbluetooth/ |
H A D | bluetooth.c | 82 bt_gethostbyaddr(char const *addr, int len, int type) in bt_gethostbyaddr()
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-test-part-test.cc | 104 TEST_F(TestPartResultTest, type) { in TEST_F() argument
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | jemalloc_internal_macros.h | 26 __DECONST(type,var) global() argument
|
/freebsd/crypto/openssh/ |
H A D | mac.c | 50 int type; member
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | util.c | 120 whine(const char *type, const char *format, va_list ap) in whine()
|
/freebsd/contrib/libevent/include/event2/ |
H A D | http_struct.h | 92 enum evhttp_cmd_type type; member
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | lock.c | 226 hx509_prompt_hidden(hx509_prompt_type type) in hx509_prompt_hidden()
|
/freebsd/sys/dev/drm2/ |
H A D | drm_sysctl.c | 200 const char *type, *yesno; variable
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_opensm.c | 96 const char *osm_routing_engine_type_str(IN osm_routing_engine_type_t type) in osm_routing_engine_type_str()
|
/freebsd/contrib/wpa/src/eap_common/ |
H A D | eap_sake_common.c | 398 void eap_sake_add_attr(struct wpabuf *buf, u8 type, const u8 *data, in eap_sake_add_attr()
|
/freebsd/contrib/libpcap/ |
H A D | grammar.y.in | 227 int type; member
|