Home
last modified time | relevance | path

Searched refs:ng_parse_type (Results 1 – 25 of 55) sorted by relevance

123

/dflybsd-src/sys/netgraph7/
H A Dng_parse.h203 struct ng_parse_type;
227 typedef int ng_parse_t(const struct ng_parse_type *type, const char *string,
242 typedef int ng_unparse_t(const struct ng_parse_type *type,
256 typedef int ng_getDefault_t(const struct ng_parse_type *type,
262 typedef int ng_getAlign_t(const struct ng_parse_type *type);
281 struct ng_parse_type { struct
282 const struct ng_parse_type *supertype; /* super-type, if any */ argument
305 extern const struct ng_parse_type ng_parse_struct_type; argument
313 const struct ng_parse_type *type; /* field type */
325 extern const struct ng_parse_type ng_parse_fixedarray_type;
[all …]
H A Dng_nat.c64 static const struct ng_parse_type ng_nat_mode_type = {
72 static const struct ng_parse_type ng_nat_description_type = {
80 static const struct ng_parse_type ng_nat_redirect_port_type = {
88 static const struct ng_parse_type ng_nat_redirect_addr_type = {
96 static const struct ng_parse_type ng_nat_redirect_proto_type = {
104 static const struct ng_parse_type ng_nat_add_server_type = {
112 static const struct ng_parse_type ng_nat_listrdrs_entry_type = {
119 ng_nat_listrdrs_ary_getLength(const struct ng_parse_type *type, in ng_nat_listrdrs_ary_getLength()
134 static const struct ng_parse_type ng_nat_listrdrs_ary_type = {
142 static const struct ng_parse_type ng_nat_list_redirects_type = {
H A Dng_tag.c128 ng_tag_hookinary_getLength(const struct ng_parse_type *type, in ng_tag_hookinary_getLength()
139 ng_tag_hookoutary_getLength(const struct ng_parse_type *type, in ng_tag_hookoutary_getLength()
149 static const struct ng_parse_type ng_tag_hookinary_type = {
154 static const struct ng_parse_type ng_tag_hookoutary_type = {
162 static const struct ng_parse_type ng_tag_hookin_type = {
170 static const struct ng_parse_type ng_tag_hookout_type = {
179 static const struct ng_parse_type ng_tag_hookstat_type = {
H A Dng_vlan.c59 static const struct ng_parse_type ng_vlan_filter_type = {
65 ng_vlan_getTableLength(const struct ng_parse_type *type, in ng_vlan_getTableLength()
79 static const struct ng_parse_type ng_vlan_table_array_type = {
85 static const struct ng_parse_type ng_vlan_table_type = {
H A Dng_car.c97 static const struct ng_parse_type ng_car_hookstats_type = {
105 static const struct ng_parse_type ng_car_bulkstats_type = {
113 static const struct ng_parse_type ng_car_hookconf_type = {
121 static const struct ng_parse_type ng_car_bulkconf_type = {
H A Dng_source.c131 const struct ng_parse_type ng_source_timeval_type = {
139 static const struct ng_parse_type ng_source_stats_type = {
147 static const struct ng_parse_type ng_source_embed_type = {
155 static const struct ng_parse_type ng_source_embed_cnt_type = {
/dflybsd-src/sys/netgraph/
H A Dng_parse.h206 struct ng_parse_type;
230 typedef int ng_parse_t(const struct ng_parse_type *type, const char *string,
245 typedef int ng_unparse_t(const struct ng_parse_type *type,
259 typedef int ng_getDefault_t(const struct ng_parse_type *type,
265 typedef int ng_getAlign_t(const struct ng_parse_type *type);
284 struct ng_parse_type { struct
285 const struct ng_parse_type *supertype; /* super-type, if any */ argument
308 extern const struct ng_parse_type ng_parse_struct_type; argument
316 const struct ng_parse_type *type; /* field type */
328 extern const struct ng_parse_type ng_parse_fixedarray_type;
[all …]
/dflybsd-src/sys/netgraph/netgraph/
H A Dng_parse.c90 static int ng_parse_composite(const struct ng_parse_type *type,
93 static int ng_unparse_composite(const struct ng_parse_type *type,
96 static int ng_get_composite_elem_default(const struct ng_parse_type *type,
99 static int ng_get_composite_len(const struct ng_parse_type *type,
102 static const struct ng_parse_type *ng_get_composite_etype(const struct
103 ng_parse_type *type, int index, enum comptype ctype);
104 static int ng_parse_get_elem_pad(const struct ng_parse_type *type,
114 static ng_parse_t *ng_get_parse_method(const struct ng_parse_type *t);
115 static ng_unparse_t *ng_get_unparse_method(const struct ng_parse_type *t);
117 struct ng_parse_type *t);
[all …]
H A Dng_base.c135 static const struct ng_parse_type ng_generic_ ## lo ## _type = { \
152 ng_generic_list_getLength(const struct ng_parse_type *type, in ng_generic_list_getLength()
160 ng_generic_linkinfo_getLength(const struct ng_parse_type *type, in ng_generic_linkinfo_getLength()
173 static const struct ng_parse_type ng_generic_nodeinfoarray_type = {
184 static const struct ng_parse_type ng_generic_typeinfoarray_type = {
195 static const struct ng_parse_type ng_generic_linkinfo_array_type = {
1508 const struct ng_parse_type *argstype; in ng_generic_msg()
1582 const struct ng_parse_type *argstype; in ng_generic_msg()
/dflybsd-src/sys/netgraph7/netgraph/
H A Dng_parse.c103 static int ng_parse_composite(const struct ng_parse_type *type,
106 static int ng_unparse_composite(const struct ng_parse_type *type,
109 static int ng_get_composite_elem_default(const struct ng_parse_type *type,
112 static int ng_get_composite_len(const struct ng_parse_type *type,
115 static const struct ng_parse_type *ng_get_composite_etype(const struct
116 ng_parse_type *type, int index, enum comptype ctype);
117 static int ng_parse_get_elem_pad(const struct ng_parse_type *type,
129 static ng_parse_t *ng_get_parse_method(const struct ng_parse_type *t);
130 static ng_unparse_t *ng_get_unparse_method(const struct ng_parse_type *t);
132 struct ng_parse_type *t);
[all …]
/dflybsd-src/sys/netgraph7/bluetooth/hci/
H A Dng_hci_prse.h48 static const struct ng_parse_type ng_hci_bdaddr_type = {
58 static const struct ng_parse_type ng_hci_features_type = {
75 static const struct ng_parse_type ng_hci_buffer_type = {
93 static const struct ng_parse_type ng_hci_stat_type = {
/dflybsd-src/sys/netgraph/bpf/
H A Dng_bpf.c100 static const struct ng_parse_type ng_bpf_insn_type = {
107 ng_bpf_hookprogary_getLength(const struct ng_parse_type *type, in ng_bpf_hookprogary_getLength()
122 static const struct ng_parse_type ng_bpf_hookprogary_type = {
130 static const struct ng_parse_type ng_bpf_hookprog_type = {
138 static const struct ng_parse_type ng_bpf_hookstat_type = {
/dflybsd-src/sys/netgraph7/bpf/
H A Dng_bpf.c114 static const struct ng_parse_type ng_bpf_insn_type = {
121 ng_bpf_hookprogary_getLength(const struct ng_parse_type *type, in ng_bpf_hookprogary_getLength()
136 static const struct ng_parse_type ng_bpf_hookprogary_type = {
144 static const struct ng_parse_type ng_bpf_hookprog_type = {
152 static const struct ng_parse_type ng_bpf_hookstat_type = {
/dflybsd-src/sys/netgraph7/ksocket/
H A Dng_ksocket.c172 ng_parse_generic_sockdata_getLength(const struct ng_parse_type *type, in ng_parse_generic_sockdata_getLength()
182 static const struct ng_parse_type ng_ksocket_generic_sockdata_type = {
195 static const struct ng_parse_type ng_ksocket_generic_sockaddr_type = {
204 ng_ksocket_sockaddr_parse(const struct ng_parse_type *type, in ng_ksocket_sockaddr_parse()
315 ng_ksocket_sockaddr_unparse(const struct ng_parse_type *type, in ng_ksocket_sockaddr_unparse()
374 static const struct ng_parse_type ng_ksocket_sockaddr_type = {
391 ng_parse_sockoptval_getLength(const struct ng_parse_type *type, in ng_parse_sockoptval_getLength()
407 static const struct ng_parse_type ng_ksocket_sockoptval_type = {
415 static const struct ng_parse_type ng_ksocket_sockopt_type = {
423 static const struct ng_parse_type ng_ksocket_accept_type = {
/dflybsd-src/sys/netgraph/ksocket/
H A Dng_ksocket.c170 ng_parse_generic_sockdata_getLength(const struct ng_parse_type *type, in ng_parse_generic_sockdata_getLength()
180 static const struct ng_parse_type ng_ksocket_generic_sockdata_type = {
193 static const struct ng_parse_type ng_ksocket_generic_sockaddr_type = {
202 ng_ksocket_sockaddr_parse(const struct ng_parse_type *type, in ng_ksocket_sockaddr_parse()
313 ng_ksocket_sockaddr_unparse(const struct ng_parse_type *type, in ng_ksocket_sockaddr_unparse()
373 static const struct ng_parse_type ng_ksocket_sockaddr_type = {
390 ng_parse_sockoptval_getLength(const struct ng_parse_type *type, in ng_parse_sockoptval_getLength()
406 static const struct ng_parse_type ng_ksocket_sockoptval_type = {
414 static const struct ng_parse_type ng_ksocket_sockopt_type = {
422 static const struct ng_parse_type ng_ksocket_accept_type = {
/dflybsd-src/sys/netgraph7/netflow/
H A Dng_netflow.c71 static const struct ng_parse_type ng_netflow_info_type = {
79 static const struct ng_parse_type ng_netflow_ifinfo_type = {
87 static const struct ng_parse_type ng_netflow_setdlt_type = {
95 static const struct ng_parse_type ng_netflow_setifindex_type = {
103 static const struct ng_parse_type ng_netflow_settimeouts_type = {
/dflybsd-src/sys/netgraph7/vjc/
H A Dng_vjc.c104 static const struct ng_parse_type ng_vjc_config_type = {
123 static const struct ng_parse_type ng_vjc_cs_hdr_type = {
137 static const struct ng_parse_type ng_vjc_cstate_type = {
147 static const struct ng_parse_type ng_vjc_cstatearray_type = {
173 static const struct ng_parse_type ng_vjc_slcompress_type = {
/dflybsd-src/sys/netgraph/vjc/
H A Dng_vjc.c102 static const struct ng_parse_type ng_vjc_config_type = {
121 static const struct ng_parse_type ng_vjc_cs_hdr_type = {
135 static const struct ng_parse_type ng_vjc_cstate_type = {
145 static const struct ng_parse_type ng_vjc_cstatearray_type = {
171 static const struct ng_parse_type ng_vjc_slcompress_type = {
/dflybsd-src/sys/netgraph/bridge/
H A Dng_bridge.c160 ng_bridge_getTableLength(const struct ng_parse_type *type, in ng_bridge_getTableLength()
172 static const struct ng_parse_type ng_bridge_host_type = {
180 static const struct ng_parse_type ng_bridge_hary_type = {
186 static const struct ng_parse_type ng_bridge_host_ary_type = {
196 static const struct ng_parse_type ng_bridge_ipfwary_type = {
202 static const struct ng_parse_type ng_bridge_config_type = {
210 static const struct ng_parse_type ng_bridge_stats_type = {
/dflybsd-src/sys/netgraph7/bridge/
H A Dng_bridge.c165 ng_bridge_getTableLength(const struct ng_parse_type *type, in ng_bridge_getTableLength()
177 static const struct ng_parse_type ng_bridge_host_type = {
185 static const struct ng_parse_type ng_bridge_hary_type = {
191 static const struct ng_parse_type ng_bridge_host_ary_type = {
201 static const struct ng_parse_type ng_bridge_ipfwary_type = {
207 static const struct ng_parse_type ng_bridge_config_type = {
215 static const struct ng_parse_type ng_bridge_stats_type = {
/dflybsd-src/sys/netgraph/one2many/
H A Dng_one2many.c104 static const struct ng_parse_type ng_one2many_enableLinks_array_type = {
110 static const struct ng_parse_type ng_one2many_config_type = {
118 static const struct ng_parse_type ng_one2many_link_stats_type = {
/dflybsd-src/sys/netgraph/ether/
H A Dng_ether.h71 extern const struct ng_parse_type ng_ether_enaddr_type;
H A Dng_ether.c107 const struct ng_parse_type ng_ether_enaddr_type = {
629 ng_enaddr_parse(const struct ng_parse_type *type, in ng_enaddr_parse()
656 ng_enaddr_unparse(const struct ng_parse_type *type, in ng_enaddr_unparse()
/dflybsd-src/sys/netgraph7/one2many/
H A Dng_one2many.c104 static const struct ng_parse_type ng_one2many_enableLinks_array_type = {
110 static const struct ng_parse_type ng_one2many_config_type = {
118 static const struct ng_parse_type ng_one2many_link_stats_type = {
/dflybsd-src/sys/netgraph7/bluetooth/drivers/h4/
H A Dng_h4_prse.h58 static const struct ng_parse_type ng_h4_stat_type = {

123