Searched refs:nss (Results 1 - 22 of 22) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/nss/
H A Dnss_winbind.h2 nss sample code for extended winbindd functionality
24 establish a link to the nss library
27 int nss_open(struct nss_state *nss, const char *nss_path);
30 close and cleanup a nss state
32 void nss_close(struct nss_state *nss);
38 int nss_getpwent(struct nss_state *nss, struct passwd *pwd);
44 int nss_setpwent(struct nss_state *nss);
50 int nss_endpwent(struct nss_state *nss);
57 int nss_nametosid(struct nss_state *nss, const char *name, char **sid);
64 int nss_sidtoname(struct nss_state *nss, cons
[all...]
H A Dwbtest.c2 nss sample code for extended winbindd functionality
25 #include <nss.h>
35 static int nss_test_users(struct nss_state *nss) argument
39 if (nss_setpwent(nss) != 0) {
45 while ((nss_getpwent(nss, &pwd) == 0)) {
50 if (nss_nametosid(nss, pwd.pw_name, &sid) != 0) {
56 if (nss_sidtoname(nss, sid, &name2) != 0) {
62 if (nss_getusersids(nss, sid, &group_sids) != 0) {
79 if (nss_endpwent(nss) != 0) {
93 struct nss_state nss; local
[all...]
H A Dnss_winbind.c2 nss sample code for extended winbindd functionality
15 #include <nss.h>
24 find a function in the nss library
26 static void *find_fn(struct nss_state *nss, const char *name) argument
31 asprintf(&s, "_nss_%s_%s", nss->nss_name, name);
36 res = dlsym(nss->dl_handle, s);
46 establish a link to the nss library
49 int nss_open(struct nss_state *nss, const char *nss_path) argument
58 nss->nss_name = strdup(p+1);
59 p = strchr(nss
74 nss_close(struct nss_state *nss) argument
84 nss_getpwent(struct nss_state *nss, struct passwd *pwd) argument
115 nss_setpwent(struct nss_state *nss) argument
134 nss_endpwent(struct nss_state *nss) argument
155 nss_nametosid(struct nss_state *nss, const char *name, char **sid) argument
189 nss_sidtoname(struct nss_state *nss, const char *sid, char **name) argument
223 nss_getusersids(struct nss_state *nss, const char *user_sid, char ***sids) argument
295 nss_sidtouid(struct nss_state *nss, const char *sid, uid_t *uid) argument
327 nss_sidtogid(struct nss_state *nss, const char *sid, gid_t *gid) argument
360 nss_uidtosid(struct nss_state *nss, uid_t uid, char **sid) argument
394 nss_gidtosid(struct nss_state *nss, gid_t gid, char **sid) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbind_nss_linux.h4 Winbind daemon for ntdom nss module
29 #include <nss.h>
H A Dwinbind_nss.h42 #include <nss.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-client/
H A DMakefile.am39 check-nss-test
52 check-nss.c \
76 check_nss_test_SOURCES = check-nss.c check-nss-test.c client.h
H A DMakefile.in63 @ENABLE_TESTS_TRUE@@HAVE_DBUS_TRUE@ check-nss-test$(EXEEXT)
118 xdg-config.h check-nss.c ../avahi-common/dbus.c \
127 @HAVE_DBUS_TRUE@ libavahi_client_la-check-nss.lo \
137 am__check_nss_test_SOURCES_DIST = check-nss.c check-nss-test.c \
140 @HAVE_DBUS_TRUE@ check_nss_test-check-nss.$(OBJEXT) \
141 @HAVE_DBUS_TRUE@ check_nss_test-check-nss-test.$(OBJEXT)
429 @HAVE_DBUS_TRUE@ check-nss.c \
450 @HAVE_DBUS_TRUE@check_nss_test_SOURCES = check-nss.c check-nss
[all...]
H A DMakefile63 ## check-nss-test$(EXEEXT)
118 xdg-config.h check-nss.c ../avahi-common/dbus.c \
127 # libavahi_client_la-check-nss.lo \
137 am__check_nss_test_SOURCES_DIST = check-nss.c check-nss-test.c \
140 # check_nss_test-check-nss.$(OBJEXT) \
141 # check_nss_test-check-nss-test.$(OBJEXT)
429 # check-nss.c \
450 #check_nss_test_SOURCES = check-nss.c check-nss
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dipl.h116 } nss; member in union:ipl_info::__anon9362
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/common/include/proto/
H A D802.11.h1388 #define DOT11_OPER_MODE(type, nss, chanw) (\
1391 (((nss) - 1) << DOT11_OPER_MODE_RXNSS_SHIFT & DOT11_OPER_MODE_RXNSS_MASK) |\
3351 /* get mcsmap with given mcs for given nss streams */
3352 #define VHT_CAP_MCS_MAP_CREATE(mcsmap, nss, mcs) \
3355 for (i = 1; i <= nss; i++) { \
3441 #define VHT_MCS_MAP_GET_SS_IDX(nss) (((nss)-1) * VHT_CAP_MCS_MAP_S)
3442 #define VHT_MCS_MAP_GET_MCS_PER_SS(nss, mcsMap) \
3443 (((mcsMap) >> VHT_MCS_MAP_GET_SS_IDX(nss)) & VHT_CAP_MCS_MAP_M)
3444 #define VHT_MCS_MAP_SET_MCS_PER_SS(nss, numMc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/proto/
H A D802.11.h1388 #define DOT11_OPER_MODE(type, nss, chanw) (\
1391 (((nss) - 1) << DOT11_OPER_MODE_RXNSS_SHIFT & DOT11_OPER_MODE_RXNSS_MASK) |\
3332 /* get mcsmap with given mcs for given nss streams */
3333 #define VHT_CAP_MCS_MAP_CREATE(mcsmap, nss, mcs) \
3336 for (i = 1; i <= nss; i++) { \
3422 #define VHT_MCS_MAP_GET_SS_IDX(nss) (((nss)-1) * VHT_CAP_MCS_MAP_S)
3423 #define VHT_MCS_MAP_GET_MCS_PER_SS(nss, mcsMap) \
3424 (((mcsMap) >> VHT_MCS_MAP_GET_SS_IDX(nss)) & VHT_CAP_MCS_MAP_M)
3425 #define VHT_MCS_MAP_SET_MCS_PER_SS(nss, numMc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dnetwave_cs.c277 struct site_survey nss; member in struct:netwave_private
329 copy_from_pc( &priv->nss, ramBase+resultBuffer,
354 wstats->status = priv->nss.roaming_state;
634 wrqu->data.length = priv->nss.length;
635 memcpy(extra, (u_char *) &priv->nss, sizeof( struct site_survey));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A DMakefile.inc19 select.c gtls.c sslgen.c tftp.c splay.c strdup.c socks.c ssh.c nss.c \
H A Dcurl_ntlm_core.c74 # include <nss.h>
H A DMakefile90 splay.lo strdup.lo socks.lo ssh.lo nss.lo qssl.lo rawstr.lo \
133 libcurlu_la-nss.lo libcurlu_la-qssl.lo libcurlu_la-rawstr.lo \
479 select.c gtls.c sslgen.c tftp.c splay.c strdup.c socks.c ssh.c nss.c \
727 include ./$(DEPDIR)/libcurlu_la-nss.Plo
773 include ./$(DEPDIR)/nss.Plo
1280 libcurlu_la-nss.lo: nss.c
1281 if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-nss.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-nss.Tpo" -c -o libcurlu_la-nss
[all...]
H A Dcurl_ntlm_msgs.c66 # include <nss.h>
H A DMakefile.in90 splay.lo strdup.lo socks.lo ssh.lo nss.lo qssl.lo rawstr.lo \
133 libcurlu_la-nss.lo libcurlu_la-qssl.lo libcurlu_la-rawstr.lo \
479 select.c gtls.c sslgen.c tftp.c splay.c strdup.c socks.c ssh.c nss.c \
727 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-nss.Plo@am__quote@
773 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nss.Plo@am__quote@
1280 libcurlu_la-nss.lo: nss.c
1281 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcurlu_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libcurlu_la-nss.lo -MD -MP -MF "$(DEPDIR)/libcurlu_la-nss.Tpo" -c -o libcurlu_la-nss
[all...]
H A Dnss.c51 #include <nss.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dipl.c36 #define IPL_NSS_STR "nss"
262 strncpy(ipl_info.data.nss.name, kernel_nss_name,
263 sizeof(ipl_info.data.nss.name));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dconfigure1647 --with-nss=PATH where to look for NSS, PATH points to the
1649 --without-nss disable NSS detection
3632 curl_ssl_msg="no (--with-{ssl,gnutls,nss,polarssl,cyassl,axtls} )"
22218 # Check whether --with-nss was given.
22324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nss options with pkg-config" >&5
22325 $as_echo_n "checking for nss options with pkg-config... " >&6; }
22331 $PKGCONFIG --exists nss >/dev/null 2>&1 && echo 1`
22345 addlib=`$PKGCONFIG --libs nss`
22346 addcflags=`$PKGCONFIG --cflags nss`
22347 version=`$PKGCONFIG --modversion nss`
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Druntests.pl2255 elsif ($libcurl =~ /nss/i) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A Dconfigure8275 for ac_header in nss.h nss_common.h nsswitch.h ns_api.h sys/security.h security/pam_appl.h
[all...]

Completed in 376 milliseconds