Searched defs:group (Results 101 - 125 of 180) sorted by relevance

12345678

/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dmulticast.c116 struct mcast_group *group; member in struct:mcast_member
132 struct mcast_group *group; local
149 mcast_insert(struct mcast_port *port, struct mcast_group *group, int allow_duplicates) argument
184 release_group(struct mcast_group *group) argument
207 struct mcast_group *group = member->group; local
226 adjust_membership(struct mcast_group *group, u8 join_state, int inc) argument
241 get_leave_state(struct mcast_group *group) argument
300 send_join(struct mcast_group *group, struct mcast_member *member) argument
319 send_leave(struct mcast_group *group, u8 leave_state) argument
343 join_group(struct mcast_group *group, struct mcast_member *member, u8 join_state) argument
354 fail_join(struct mcast_group *group, struct mcast_member *member, int status) argument
363 process_group_error(struct mcast_group *group) argument
404 struct mcast_group *group; local
469 process_join_error(struct mcast_group *group, int status) argument
492 struct mcast_group *group = context; local
518 struct mcast_group *group = context; local
530 struct mcast_group *group, *cur_group; local
635 struct mcast_group *group; local
668 struct mcast_group *group; local
722 struct mcast_group *group; local
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dbufferevent_ratelim.c446 bev_group_random_element_(struct bufferevent_rate_limit_group *group) argument
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dtest-ratelim.c107 struct bufferevent_rate_limit_group *group = NULL; variable in typeref:struct:bufferevent_rate_limit_group
/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec_lib.c117 void EC_GROUP_free(EC_GROUP *group) argument
138 EC_GROUP_clear_free(EC_GROUP *group) argument
260 EC_GROUP_method_of(const EC_GROUP *group) argument
270 EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor) argument
301 EC_GROUP_get0_generator(const EC_GROUP *group) argument
306 EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) argument
314 EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx) argument
323 EC_GROUP_set_curve_name(EC_GROUP *group, int nid) argument
328 EC_GROUP_get_curve_name(const EC_GROUP *group) argument
333 EC_GROUP_set_asn1_flag(EC_GROUP *group, int flag) argument
338 EC_GROUP_get_asn1_flag(const EC_GROUP *group) argument
343 EC_GROUP_set_point_conversion_form(EC_GROUP *group, point_conversion_form_t form) argument
349 EC_GROUP_get_point_conversion_form(const EC_GROUP *group) argument
355 EC_GROUP_set_seed(EC_GROUP *group, const unsigned char *p, size_t len) argument
374 EC_GROUP_get0_seed(const EC_GROUP *group) argument
379 EC_GROUP_get_seed_len(const EC_GROUP *group) argument
384 EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
394 EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
404 EC_GROUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
415 EC_GROUP_get_curve_GF2m(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
426 EC_GROUP_get_degree(const EC_GROUP *group) argument
435 EC_GROUP_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) argument
664 EC_POINT_new(const EC_GROUP *group) argument
731 EC_POINT_dup(const EC_POINT *a, const EC_GROUP *group) argument
755 EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
769 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
788 EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) argument
807 EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
824 EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
841 EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
858 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_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
893 EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
911 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
926 EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
940 EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
955 EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
969 EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx) argument
982 EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
1003 EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
1017 EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
1031 EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1044 EC_POINTs_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1068 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
1079 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
1095 EC_GROUP_precompute_mult(EC_GROUP *group, BN_CTX *ctx) argument
1107 EC_GROUP_have_precompute_mult(const EC_GROUP *group) argument
[all...]
H A Dec_asn1.c65 int EC_GROUP_get_basis_type(const EC_GROUP *group) argument
86 int EC_GROUP_get_trinomial_basis(const EC_GROUP *group, unsigned int *k) argument
106 EC_GROUP_get_pentanomial_basis(const EC_GROUP *group, unsigned int *k1, unsigned int *k2, unsigned int *k3) argument
310 ec_asn1_group2fieldid(const EC_GROUP *group, X9_62_FIELDID *field) argument
423 ec_asn1_group2curve(const EC_GROUP *group, X9_62_CURVE *curve) argument
532 ec_asn1_group2parameters(const EC_GROUP *group, ECPARAMETERS *param) argument
635 ec_asn1_group2pkparameters(const EC_GROUP *group, ECPKPARAMETERS *params) argument
953 EC_GROUP *group = NULL; local
[all...]
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntpd.c181 char *group; /* group to switch to */ variable
[all...]
/freebsd-9.3-release/crypto/openssl/ssl/
H A Ds3_srvr.c1409 const EC_GROUP *group; local
2192 const EC_GROUP *group; local
[all...]
H A Ds3_clnt.c1322 const EC_GROUP *group; local
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dbfd.c545 const char *group = NULL; local
/freebsd-9.3-release/contrib/bsnmp/snmpd/
H A Dsnmpmod.h390 struct vacm_group *group; member in struct:vacm_user
409 struct vacm_group *group; member in struct:vacm_access
/freebsd-9.3-release/contrib/gcc/
H A Dbt-load.c88 btr_def_group group; member in struct:btr_def_s
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dalpha-tdep.c103 alpha_register_reggroup_p(struct gdbarch *gdbarch, int regnum, struct reggroup *group) argument
H A Dinfcmd.c1684 struct reggroup *group; local
[all...]
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipf_y.y397 group: | IPFY_GROUP YY_STR { DOALL(strncpy(fr->fr_group, $2, \ label
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-icmp6.c845 u_int group, nsrcs, ngroups; local
[all...]
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dwpa_auth_i.h32 struct wpa_group *group; member in struct:wpa_state_machine
159 struct wpa_group *group; member in struct:wpa_authenticator
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dls.c78 char *group; member in struct:fileinfo
[all...]
/freebsd-9.3-release/lib/libc/gen/
H A Dgetgrent.c365 NSS_MP_CACHE_HANDLING(group); variable
[all...]
/freebsd-9.3-release/sys/dev/hatm/
H A Dif_hatm.c731 hatm_clear_irq(struct hatm_softc *sc, u_int group) argument
743 hatm_init_irq(struct hatm_softc *sc, struct heirq *q, u_int group) argument
1117 hatm_clear_rpool(struct hatm_softc *sc, u_int group, u_int large) argument
1129 hatm_init_rpool(struct hatm_softc *sc, struct herbp *q, u_int group, u_int large) argument
1157 hatm_clear_rbrq(struct hatm_softc *sc, u_int group) argument
1169 hatm_init_rbrq(struct hatm_softc *sc, struct herbrq *rq, u_int group) argument
1195 hatm_clear_tbrq(struct hatm_softc *sc, u_int group) argument
1207 hatm_init_tbrq(struct hatm_softc *sc, struct hetbrq *tq, u_int group) argument
[all...]
/freebsd-9.3-release/sys/fs/cd9660/
H A Diso.h195 u_char group [ISODCL (5, 8)]; /* 723 */ member in struct:iso_extended_attributes
/freebsd-9.3-release/sys/netinet/
H A Din_mcast.c278 imo_match_group(const struct ip_moptions *imo, const struct ifnet *ifp, const struct sockaddr *group) argument
348 imo_multi_filter(const struct ip_moptions *imo, const struct ifnet *ifp, const struct sockaddr *group, const struct sockaddr *src) argument
389 in_getmulti(struct ifnet *ifp, const struct in_addr *group, struct in_multi **pinm) argument
2769 struct in_addr src, group; local
[all...]
/freebsd-9.3-release/sys/netinet6/
H A Din6_mcast.c275 im6o_match_group(const struct ip6_moptions *imo, const struct ifnet *ifp, const struct sockaddr *group) argument
350 im6o_mc_filter(const struct ip6_moptions *imo, const struct ifnet *ifp, const struct sockaddr *group, const struct sockaddr *src) argument
391 in6_mc_get(struct ifnet *ifp, const struct in6_addr *group, struct in6_multi **pinm) argument
[all...]
/freebsd-9.3-release/usr.bin/mail/
H A Ddef.h207 struct group { struct
/freebsd-9.3-release/usr.bin/xinstall/
H A Dxinstall.c117 static const char *group, *owner; variable
[all...]
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_config.h122 char * group; member in struct:peer_node_tag

Completed in 222 milliseconds

12345678