Searched refs:group (Results 1 - 25 of 1439) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/elf/
H A Dgroup3.d3 COMDAT group section \[[ 0-9]+\] `.group' \[foo\] contains . sections:
H A Dbad-group.d1 #name: Check bad group
2 #error_output: bad-group.err
H A Dgroup0b.d2 #name: group section (using readelf -g)
6 COMDAT group section \[ 1\] `\.group' \[.foo_group\] contains . sections:
H A Dgroupautob.d2 #name: automatic section group b
6 COMDAT group section \[ 1\] `\.group' \[some_group\] contains . sections:
/netbsd-current/external/mpl/bind/dist/bin/tests/system/statschannel/
H A Dtraffic-xml.pl25 foreach $group (@$udp) {
26 my $type = "udp " . $group->{type} . " ";
27 if (exists $group->{counter}->{name}) {
28 print $type . $group->{counter}->{name} . ": " . $group->{counter}->{content} . "\n";
30 foreach $key (keys %{$group->{counter}}) {
31 print $type . $key . ": ". $group->{counter}->{$key}->{content} ."\n";
37 foreach $group (@$tcp) {
38 my $type = "tcp " . $group->{type} . " ";
39 if (exists $group
[all...]
H A Dserver-xml.pl21 foreach $group (@$counters) {
22 foreach $key (keys %{$group->{counter}}) {
23 print $group->{type} . " " . $key . ": ". $group->{counter}->{$key}->{content} . "\n";
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dgroup10.d2 #ld: -r -T group.ld
6 group section \[[ 0-9]+\] `\.group' \[foo_group\] contains . sections:
H A Dgroup7.d1 #source: ../../../binutils/testsuite/binutils-all/group.s
2 #source: ../../../binutils/testsuite/binutils-all/group-2.s
3 #source: ../../../binutils/testsuite/binutils-all/group-3.s
4 #source: ../../../binutils/testsuite/binutils-all/group-4.s
9 COMDAT group section \[[ 0-9]+\] `\.group' \[foo_group\] contains . sections:
15 COMDAT group section \[[ 0-9]+\] `.group' \[.text.foo\] contains . sections:
21 COMDAT group section \[[ 0-9]+\] `.group' \[foo
[all...]
H A Dpr22836-2.d5 group section \[[ 0-9]+\] `\.group' \[foo\] contains 1 section.*
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/ilp32/elf/
H A Dgroup0b.d3 #name: group section
6 COMDAT group section \[ 1\] `\.group' \[\.foo_group\] contains 2 sections:
H A Dgroup1b.d3 #name: group section with multiple sections of same name
6 COMDAT group section \[ 1\] `\.group' \[\.foo_group\] contains 1 sections:
/netbsd-current/external/bsd/ntp/dist/sntp/unity/
H A Dunity_fixture.h21 #define TEST_GROUP(group)\
22 static const char* TEST_GROUP_##group = #group
24 #define TEST_SETUP(group) void TEST_##group##_SETUP(void);\
25 void TEST_##group##_SETUP(void)
27 #define TEST_TEAR_DOWN(group) void TEST_##group##_TEAR_DOWN(void);\
28 void TEST_##group##_TEAR_DOWN(void)
31 #define TEST(group, nam
[all...]
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dmemory.c36 struct group *root_group;
40 isc_result_t delete_group (struct group_object *group, int writep) argument
44 /* The group should exist and be hashed - if not, it's invalid. */
47 group_hash_lookup (&d, group_name_hash, group -> name,
48 strlen (group -> name), MDL);
54 /* Also not okay to delete a group that's not the one in
56 if (d != group)
61 if ((group -> flags & GROUP_OBJECT_DYNAMIC) &&
62 !(group -> flags & GROUP_OBJECT_STATIC)) {
64 group
79 supersede_group(struct group_object *group, int writep) argument
135 clone_group(struct group **gp, struct group *group, const char *file, int line) argument
[all...]
/netbsd-current/include/
H A Dgrp.h47 #define _PATH_GROUP "/etc/group"
50 struct group { struct
51 __aconst char *gr_name; /* group name */
52 __aconst char *gr_passwd; /* group password */
53 gid_t gr_gid; /* group id */
54 __aconst char *__aconst *gr_mem; /* group members */
58 struct group *getgrgid(gid_t);
59 struct group *getgrnam(const char *);
62 int getgrgid_r(gid_t, struct group *, char *, size_t,
63 struct group **);
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec_lib.c61 void EC_pre_comp_free(EC_GROUP *group) argument
63 switch (group->pre_comp_type) {
68 EC_nistz256_pre_comp_free(group->pre_comp.nistz256);
73 EC_nistp224_pre_comp_free(group->pre_comp.nistp224);
76 EC_nistp256_pre_comp_free(group->pre_comp.nistp256);
79 EC_nistp521_pre_comp_free(group->pre_comp.nistp521);
88 EC_ec_pre_comp_free(group->pre_comp.ec);
91 group->pre_comp.ec = NULL;
94 void EC_GROUP_free(EC_GROUP *group) argument
96 if (!group)
111 EC_GROUP_clear_free(EC_GROUP *group) argument
257 EC_GROUP_method_of(const EC_GROUP *group) argument
282 ec_guess_cofactor(EC_GROUP *group) argument
330 EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor) argument
400 EC_GROUP_get0_generator(const EC_GROUP *group) argument
405 EC_GROUP_get_mont_data(const EC_GROUP *group) argument
410 EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) argument
420 EC_GROUP_get0_order(const EC_GROUP *group) argument
425 EC_GROUP_order_bits(const EC_GROUP *group) argument
430 EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx) argument
442 EC_GROUP_get0_cofactor(const EC_GROUP *group) argument
447 EC_GROUP_set_curve_name(EC_GROUP *group, int nid) argument
452 EC_GROUP_get_curve_name(const EC_GROUP *group) argument
457 EC_GROUP_set_asn1_flag(EC_GROUP *group, int flag) argument
462 EC_GROUP_get_asn1_flag(const EC_GROUP *group) argument
467 EC_GROUP_set_point_conversion_form(EC_GROUP *group, point_conversion_form_t form) argument
473 EC_GROUP_get_point_conversion_form(const EC_GROUP *group) argument
479 EC_GROUP_set_seed(EC_GROUP *group, const unsigned char *p, size_t len) argument
498 EC_GROUP_get0_seed(const EC_GROUP *group) argument
503 EC_GROUP_get_seed_len(const EC_GROUP *group) argument
508 EC_GROUP_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
518 EC_GROUP_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
529 EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
535 EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
542 EC_GROUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
548 EC_GROUP_get_curve_GF2m(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
556 EC_GROUP_get_degree(const EC_GROUP *group) argument
565 EC_GROUP_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) argument
650 EC_POINT_new(const EC_GROUP *group) argument
720 EC_POINT_dup(const EC_POINT *a, const EC_GROUP *group) argument
744 EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
758 EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx) argument
777 EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) argument
796 EC_POINT_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
820 EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
828 EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
837 EC_POINT_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
858 EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
866 EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
875 EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
890 EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
904 EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx) argument
917 EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
938 EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
952 EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
966 EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
979 EC_POINTs_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1003 EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) argument
1041 EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, const EC_POINT *point, const BIGNUM *p_scalar, BN_CTX *ctx) argument
1057 EC_GROUP_precompute_mult(EC_GROUP *group, BN_CTX *ctx) argument
1069 EC_GROUP_have_precompute_mult(const EC_GROUP *group) argument
1086 ec_precompute_mont_data(EC_GROUP *group) argument
1125 ec_group_simple_order_bits(const EC_GROUP *group) argument
1132 ec_field_inverse_mod_ord(const EC_GROUP *group, BIGNUM *r, const BIGNUM *x, BN_CTX *ctx) argument
1185 ec_group_do_inverse_ord(const EC_GROUP *group, BIGNUM *res, const BIGNUM *x, BN_CTX *ctx) argument
1204 ec_point_blind_coordinates(const EC_GROUP *group, EC_POINT *p, BN_CTX *ctx) argument
[all...]
H A Dec_oct.c18 int EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, argument
21 if (group->meth->point_set_compressed_coordinates == NULL
22 && !(group->meth->flags & EC_FLAGS_DEFAULT_OCT)) {
27 if (!ec_point_is_compat(point, group)) {
32 if (group->meth->flags & EC_FLAGS_DEFAULT_OCT) {
33 if (group->meth->field_type == NID_X9_62_prime_field)
34 return ec_GFp_simple_set_compressed_coordinates(group, point, x,
44 return ec_GF2m_simple_set_compressed_coordinates(group, point, x,
48 return group->meth->point_set_compressed_coordinates(group, poin
53 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
61 EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
70 EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char *buf, size_t len, BN_CTX *ctx) argument
101 EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
129 EC_POINT_point2buf(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char **pbuf, BN_CTX *ctx) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ia64/
H A Dlast.l2 .*:4: Error: .* must be last in instruction group
3 .*:10: Error: .* must be last in instruction group
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/
H A Dgroup-7a.d1 #name: copy removing reloc group member
2 #source: group-7.s
8 \[[ 0-9]+\] \.group[ \t]+GROUP[ \t]+.*
12 COMDAT group section \[[ 0-9]+\] `\.group' \[foo\] contains 1 section.*
H A Dstrip-2.d2 #source: group.s
5 #name: strip with section group 2
8 \[[ 0-9]+\] \.group[ \t]+GROUP[ \t]+.*
14 COMDAT group section \[[ 0-9]+\] `\.group' \[foo_group\] contains . sections:
H A Dstrip-5.d2 #source: group-2.s
5 #name: strip with section group 5
8 \[[ 0-9]+\] .group[ \t]+GROUP[ \t]+.*
14 COMDAT group section \[[ 0-9]+\] `.group' \[.text.foo\] contains . sections:
H A Dstrip-7.d2 #source: group-3.s
5 #name: strip with section group 7
8 \[[ 0-9]+\] .group[ \t]+GROUP[ \t]+.*
14 COMDAT group section \[[ 0-9]+\] `.group' \[foo3\] contains . sections:
H A Dstrip-9.d2 #source: group-4.s
5 #name: strip with section group 9
8 \[[ 0-9]+\] .group[ \t]+GROUP[ \t]+.*
14 COMDAT group section \[[ 0-9]+\] `.group' \[foo4\] contains . sections:
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decp_smpl.c98 int ossl_ec_GFp_simple_group_init(EC_GROUP *group) argument
100 group->field = BN_new();
101 group->a = BN_new();
102 group->b = BN_new();
103 if (group->field == NULL || group->a == NULL || group->b == NULL) {
104 BN_free(group->field);
105 BN_free(group->a);
106 BN_free(group
113 ossl_ec_GFp_simple_group_finish(EC_GROUP *group) argument
120 ossl_ec_GFp_simple_group_clear_finish(EC_GROUP *group) argument
141 ossl_ec_GFp_simple_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
200 ossl_ec_GFp_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
245 ossl_ec_GFp_simple_group_get_degree(const EC_GROUP *group) argument
250 ossl_ec_GFp_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) argument
367 ossl_ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
375 ossl_ec_GFp_simple_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx) argument
435 ossl_ec_GFp_simple_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) argument
484 ossl_ec_GFp_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
501 ossl_ec_GFp_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
613 ossl_ec_GFp_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
798 ossl_ec_GFp_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
940 ossl_ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
950 ossl_ec_GFp_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
956 ossl_ec_GFp_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
1059 ossl_ec_GFp_simple_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
1167 ossl_ec_GFp_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1206 ossl_ec_GFp_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1365 ossl_ec_GFp_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
1371 ossl_ec_GFp_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
1383 ossl_ec_GFp_simple_field_inv(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
1430 ossl_ec_GFp_simple_blind_coordinates(const EC_GROUP *group, EC_POINT *p, BN_CTX *ctx) argument
1493 ossl_ec_GFp_simple_ladder_pre(const EC_GROUP *group, EC_POINT *r, EC_POINT *s, EC_POINT *p, BN_CTX *ctx) argument
1563 ossl_ec_GFp_simple_ladder_step(const EC_GROUP *group, EC_POINT *r, EC_POINT *s, EC_POINT *p, BN_CTX *ctx) argument
1651 ossl_ec_GFp_simple_ladder_post(const EC_GROUP *group, EC_POINT *r, EC_POINT *s, EC_POINT *p, BN_CTX *ctx) argument
[all...]
H A Dec_oct.c24 int EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, argument
27 if (group->meth->point_set_compressed_coordinates == NULL
28 && !(group->meth->flags & EC_FLAGS_DEFAULT_OCT)) {
32 if (!ec_point_is_compat(point, group)) {
36 if (group->meth->flags & EC_FLAGS_DEFAULT_OCT) {
37 if (group->meth->field_type == NID_X9_62_prime_field)
38 return ossl_ec_GFp_simple_set_compressed_coordinates(group, point, x,
47 return ossl_ec_GF2m_simple_set_compressed_coordinates(group, point,
51 return group->meth->point_set_compressed_coordinates(group, poin
56 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
64 EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
73 EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char *buf, size_t len, BN_CTX *ctx) argument
105 EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
133 EC_POINT_point2buf(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char **pbuf, BN_CTX *ctx) argument
[all...]
/netbsd-current/external/bsd/wpa/dist/src/p2p/
H A Dp2p_group.c2 * Wi-Fi Direct - P2P group operations
32 * struct p2p_group - Internal P2P module per-group data
49 struct p2p_group *group, **groups; local
51 group = os_zalloc(sizeof(*group));
52 if (group == NULL)
58 os_free(group);
61 groups[p2p->num_groups++] = group;
64 group->p2p = p2p;
65 group
84 p2p_group_free_members(struct p2p_group *group) argument
98 p2p_group_deinit(struct p2p_group *group) argument
137 p2p_group_add_common_ies(struct p2p_group *group, struct wpabuf *ie) argument
208 p2p_group_build_beacon_ie(struct p2p_group *group) argument
354 wifi_display_build_go_ie(struct p2p_group *group) argument
405 wifi_display_group_update(struct p2p_group *group) argument
414 p2p_buf_add_group_info(struct p2p_group *group, struct wpabuf *buf, int max_clients) argument
436 p2p_group_buf_add_id(struct p2p_group *group, struct wpabuf *buf) argument
443 p2p_group_build_probe_resp_ie(struct p2p_group *group) argument
482 p2p_group_update_ies(struct p2p_group *group) argument
572 p2p_group_remove_member(struct p2p_group *group, const u8 *addr) argument
602 p2p_group_notif_assoc(struct p2p_group *group, const u8 *addr, const u8 *ie, size_t len) argument
646 p2p_group_assoc_resp_ie(struct p2p_group *group, u8 status) argument
690 p2p_group_notif_disassoc(struct p2p_group *group, const u8 *addr) argument
759 p2p_group_match_dev_type(struct p2p_group *group, struct wpabuf *wps) argument
776 p2p_group_match_dev_id(struct p2p_group *group, struct wpabuf *p2p) argument
801 p2p_group_notif_formation_done(struct p2p_group *group) argument
811 p2p_group_notif_noa(struct p2p_group *group, const u8 *noa, size_t noa_len) argument
841 p2p_group_get_client(struct p2p_group *group, const u8 *dev_id) argument
855 p2p_group_get_client_interface_addr(struct p2p_group *group, const u8 *dev_addr) argument
869 p2p_group_get_client_iface( struct p2p_group *group, const u8 *interface_addr) argument
883 p2p_group_get_dev_addr(struct p2p_group *group, const u8 *addr) argument
910 p2p_group_go_discover(struct p2p_group *group, const u8 *dev_id, const u8 *searching_dev, int rx_freq) argument
956 p2p_group_get_interface_addr(struct p2p_group *group) argument
962 p2p_group_presence_req(struct p2p_group *group, const u8 *client_interface_addr, const u8 *noa, size_t noa_len) argument
1000 p2p_get_group_num_members(struct p2p_group *group) argument
1009 p2p_client_limit_reached(struct p2p_group *group) argument
1018 p2p_iterate_group_members(struct p2p_group *group, void **next) argument
1036 p2p_group_is_client_connected(struct p2p_group *group, const u8 *dev_addr) argument
1049 p2p_group_is_group_id_match(struct p2p_group *group, const u8 *group_id, size_t group_id_len) argument
1061 p2p_group_force_beacon_update_ies(struct p2p_group *group) argument
1068 p2p_group_get_freq(struct p2p_group *group) argument
1074 p2p_group_get_config(struct p2p_group *group) argument
1080 p2p_loop_on_all_groups(struct p2p_data *p2p, int (*group_callback)(struct p2p_group *group, void *user_data), void *user_data) argument
1094 p2p_group_get_common_freqs(struct p2p_group *group, int *common_freqs, unsigned int *num) argument
[all...]

Completed in 214 milliseconds

1234567891011>>