Home
last modified time | relevance | path

Searched refs:filterp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Dicmp6.h441 #define ICMP6_FILTER_SETPASSALL(filterp) ( \ argument
449 ((filterp)->__icmp6_filt[7] = 0xFFFFFFFFU))
452 #define ICMP6_FILTER_SETBLOCKALL(filterp) ( \ argument
453 ((filterp)->__icmp6_filt[0] = 0x0), \
454 ((filterp)->__icmp6_filt[1] = 0x0), \
455 ((filterp)->__icmp6_filt[2] = 0x0), \
456 ((filterp)->__icmp6_filt[3] = 0x0), \
457 ((filterp)->__icmp6_filt[4] = 0x0), \
458 ((filterp)->__icmp6_filt[5] = 0x0), \
459 ((filterp)->__icmp6_filt[6] = 0x0), \
[all …]
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapsearch.c623 filterp = filtpatt;
627 if ((filterp = (char *)
634 filterp = filter;
643 sprintf( filterp, filtpatt, value );
649 free(filterp);
652 filterp = "(objectclass=*)";
660 if ( '(' == *filterp ) {
668 if (mallocd_filter) free(filterp);
798 if (mallocd_filter) free(filterp);
838 if (mallocd_filter) free(filterp);
[all …]