Home
last modified time | relevance | path

Searched refs:maskp (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/external/bsd/ipf/dist/lib/
H A Dparsewhoisline.c17 parsewhoisline(line, addrp, maskp) in parsewhoisline() argument
20 addrfamily_t *maskp;
43 memset(addrp, 0x00, sizeof(*maskp));
44 memset(maskp, 0x00, sizeof(*maskp));
72 maskp->adf_addr.i6[0] = ~(a62.i6[0] ^ a61.i6[0]);
81 if (count6bits(maskp->adf_addr.i6) == -1)
84 maskp->adf_family = AF_INET6;
85 maskp->adf_len = addrp->adf_len;
127 maskp->adf_family = AF_INET;
128 maskp->adf_len = addrp->adf_len;
[all …]
/netbsd/external/bsd/libbind/dist/isc/
H A Deventlib_p.h193 extern short *__fd_eventfield(int fd, __evEmulMask *maskp);
194 extern short __poll_event(__evEmulMask *maskp);
195 extern void __fd_clr(int fd, __evEmulMask *maskp);
196 extern void __fd_set(int fd, __evEmulMask *maskp);
199 #define FD_ZERO(maskp) argument
202 #define FD_SET(fd, maskp) \ argument
203 __fd_set(fd, maskp)
206 #define FD_CLR(fd, maskp) \ argument
207 __fd_clr(fd, maskp)
210 #define FD_ISSET(fd, maskp) \ argument
[all …]
H A Deventlib.c855 __fd_eventfield(int fd, __evEmulMask *maskp) { in __fd_eventfield() argument
857 evContext_p *ctx = (evContext_p *)maskp->ctx; in __fd_eventfield()
859 if (!maskp->result || maskp->type == EV_WASNONBLOCKING) in __fd_eventfield()
867 __poll_event(__evEmulMask *maskp) { in __poll_event() argument
869 switch ((maskp)->type) { in __poll_event()
889 __fd_clr(int fd, __evEmulMask *maskp) { in __fd_clr() argument
891 evContext_p *ctx = maskp->ctx; in __fd_clr()
893 *__fd_eventfield(fd, maskp) &= ~__poll_event(maskp); in __fd_clr()
920 __fd_set(int fd, __evEmulMask *maskp) { in __fd_set() argument
922 evContext_p *ctx = maskp->ctx; in __fd_set()
[all …]
/netbsd/lib/libc/isc/
H A Deventlib_p.h193 extern short *__fd_eventfield(int fd, __evEmulMask *maskp);
194 extern short __poll_event(__evEmulMask *maskp);
195 extern void __fd_clr(int fd, __evEmulMask *maskp);
196 extern void __fd_set(int fd, __evEmulMask *maskp);
199 #define FD_ZERO(maskp) argument
202 #define FD_SET(fd, maskp) \ argument
203 __fd_set(fd, maskp)
206 #define FD_CLR(fd, maskp) \ argument
207 __fd_clr(fd, maskp)
210 #define FD_ISSET(fd, maskp) \ argument
[all …]
/netbsd/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Dindex.c84 slap_mask_t *maskp, in wt_index_param() argument
104 *maskp = mask; in wt_index_param()
113 *maskp = mask; in wt_index_param()
125 *maskp = mask; in wt_index_param()
133 *maskp = mask; in wt_index_param()
/netbsd/external/bsd/openldap/dist/servers/slapd/
H A Dacl.c118 slap_mask_t *maskp ) in slap_access_always_allowed() argument
120 assert( maskp != NULL ); in slap_access_always_allowed()
123 ACL_LVL_ASSIGN_MANAGE( *maskp ); in slap_access_always_allowed()
147 slap_mask_t *maskp ) in slap_access_allowed() argument
167 assert( maskp != NULL ); in slap_access_allowed()
242 ACL_PRIV_ASSIGN( mask, *maskp ); in slap_access_allowed()
325 ACL_PRIV_ASSIGN( *maskp, mask ); in slap_access_allowed()
337 slap_mask_t *maskp ) in fe_access_allowed() argument
371 slap_mask_t *maskp ) in access_allowed_mask() argument
391 if ( maskp ) ACL_INVALIDATE( *maskp ); in access_allowed_mask()
[all …]
H A Dbackover.c271 slap_mask_t *maskp ) in over_access_allowed() argument
305 desc, val, access, state, maskp ); in over_access_allowed()
326 desc, val, access, state, maskp ); in over_access_allowed()
H A Dbackglue.c1510 slap_mask_t *maskp ) in glue_access_allowed() argument
1520 rc = be->bd_info->bi_access_allowed ( op, e, desc, val, access, state, maskp ); in glue_access_allowed()
H A Dproto-slap.h65 slap_mask_t *maskp ));
73 slap_mask_t *maskp ));
2178 slap_mask_t *maskp ));
/netbsd/lib/libtelnet/
H A Dauth.c185 getauthmask(const char *type, int *maskp) in getauthmask() argument
190 *maskp = -1; in getauthmask()
196 *maskp = typemask(x); in getauthmask()
/netbsd/external/bsd/libpcap/dist/
H A Dpcap-null.c56 bpf_u_int32 *maskp _U_, char *errbuf) in pcap_lookupnet()
H A Dpcap-npf.c1999 pcap_lookupnet(const char *device, bpf_u_int32 *netp, bpf_u_int32 *maskp, in pcap_lookupnet() argument
2012 *netp = *maskp = 0; in pcap_lookupnet()
2023 *maskp = t_addr->sin_addr.S_un.S_addr; in pcap_lookupnet()
2025 *netp &= *maskp; in pcap_lookupnet()
2031 *netp = *maskp = 0; in pcap_lookupnet()
H A Dpcap.c1424 pcap_lookupnet(const char *device, bpf_u_int32 *netp, bpf_u_int32 *maskp,
1457 *netp = *maskp = 0;
1499 *maskp = sin4->sin_addr.s_addr;
1500 if (*maskp == 0) {
1502 *maskp = IN_CLASSA_NET;
1504 *maskp = IN_CLASSB_NET;
1506 *maskp = IN_CLASSC_NET;
1513 *netp &= *maskp;
/netbsd/lib/libc/rpc/
H A Dsvc.c657 uint32_t mask, *maskp; in svc_getreqset2() local
662 maskp = readfds->fds_bits; in svc_getreqset2()
664 for (mask = *maskp++; (bit = ffs((int)mask)) != 0; in svc_getreqset2()
H A Dclnt_dg.c330 sigset_t mask, *maskp = &mask; in clnt_dg_call() local
332 sigset_t *maskp = NULL; in clnt_dg_call() local
413 n = pollts(&cu->cu_pfdp, 1, &ts, maskp); in clnt_dg_call()
/netbsd/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dindex.c85 slap_mask_t *maskp, in mdb_index_param() argument
165 *maskp = mask; in mdb_index_param()
/netbsd/sys/netinet6/
H A Din6.c2061 in6_prefixlen2mask(struct in6_addr *maskp, int len) in in6_prefixlen2mask() argument
2073 memset(maskp, 0, sizeof(*maskp)); in in6_prefixlen2mask()
2077 maskp->s6_addr[i] = 0xff; in in6_prefixlen2mask()
2079 maskp->s6_addr[bytelen] = maskarray[bitlen - 1]; in in6_prefixlen2mask()
/netbsd/sbin/init/
H A Dinit.c378 delset(sigset_t *maskp, ...) in delset() argument
383 va_start(ap, maskp); in delset()
386 (void)sigdelset(maskp, sig); in delset()
/netbsd/sbin/routed/
H A Dparms.c958 naddr *maskp) /* masks are always in host order */ in getnet() argument
1027 *maskp = mask; in getnet()
/netbsd/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_overlay.c731 slap_mask_t *maskp ) in slapi_over_access_allowed() argument
/netbsd/usr.sbin/mountd/
H A Dmountd.c1955 struct sockaddr *addrp, int addrlen, struct sockaddr *maskp, int masklen, in add_export_arg() argument
1989 memcpy(export->ex_mask, maskp, masklen); in add_export_arg()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dipa-cp.c1032 ipcp_bits_lattice::get_value_and_mask (tree operand, widest_int *valuep, widest_int *maskp) in get_value_and_mask() argument
1039 *maskp = 0; in get_value_and_mask()
1044 *maskp = -1; in get_value_and_mask()
H A Dipa-cp.cc1098 ipcp_bits_lattice::get_value_and_mask (tree operand, widest_int *valuep, widest_int *maskp) in get_value_and_mask() argument
1105 *maskp = 0; in get_value_and_mask()
1110 *maskp = -1; in get_value_and_mask()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dipa-cp.c1032 ipcp_bits_lattice::get_value_and_mask (tree operand, widest_int *valuep, widest_int *maskp) in get_value_and_mask() argument
1039 *maskp = 0; in get_value_and_mask()
1044 *maskp = -1; in get_value_and_mask()
/netbsd/sys/external/bsd/ipf/netinet/
H A Dfil.c5205 i6addr_t *addrp, i6addr_t *maskp) in ipf_findlookup() argument
5214 &maskp->iplookupfunc); in ipf_findlookup()
5223 &maskp->iplookupfunc); in ipf_findlookup()

12