HomeSort by: relevance | last modified time | path
    Searched refs:permit (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/external/gpl2/gmake/dist/
remote-cstms.c 42 static ExportPermit permit; variable
123 status = Customs_Host (EXPORT_SAME, &permit);
131 return !CUSTOMS_FAIL (&permit.addr);
177 len = Customs_MakeWayBill (&permit, normalized_cwd, argv[0], argv,
192 sin.sin_addr = permit.addr;
198 host = gethostbyaddr((char *)&permit.addr, sizeof(permit.addr), AF_INET);
205 host ? host->h_name : inet_ntoa (permit.addr),
214 host ? host->h_name : inet_ntoa (permit.addr),
221 host ? host->h_name : inet_ntoa (permit.addr)
    [all...]
  /src/usr.sbin/faithd/
prefix.h 41 int permit; member in struct:config
prefix.c 185 * prefix/prefixlen permit/deny prefix/prefixlen [srcaddr]
186 * 3ffe::/16 permit 10.0.0.0/8 10.1.1.1
236 if (strcasecmp(token[1], "permit") == 0)
237 conf->permit = 1;
239 conf->permit = 0;
242 conf->permit = 0;
301 if (conf->permit)
302 printf(" permit");
334 conf.permit = 1;
faithd.c 497 if (!conf || !conf->permit) {
  /src/external/mpl/dhcp/dist/server/
salloc.c 238 struct permit *new_permit (file, line)
242 struct permit *permit = ((struct permit *) local
243 dmalloc (sizeof (struct permit), file, line));
244 if (!permit)
245 return permit;
246 memset (permit, 0, sizeof *permit);
247 return permit;
    [all...]
confpars.c 1527 * This function handles the common processing code for permit and deny
1529 * It reads in the configuration and constructs a new permit structure that it
1546 * \param[in] permit_head = the head of the permit list (permit or prohibit)
1547 * to which to attach the newly created permit structure
1555 static void get_permit(struct parse *cfile, struct permit **permit_head,
1559 struct permit *permit; local
1564 /* Create our permit structure */
1565 permit = new_permit(MDL)
    [all...]
omapi.c 1661 struct permit *pc, *pn;
1691 pool -> permit_list = (struct permit *)0;
1697 pool -> prohibit_list = (struct permit *)0;
dhcp.c 5142 /* Determine whether or not a permit exists on a particular permit list
5148 struct permit *permit_list;
5150 struct permit *p;
5578 * permit site codes less than 128 (old code never did).
  /src/external/bsd/unbound/dist/testdata/fwd_oneport.tdir/
fwd_oneport.conf 8 outgoing-port-permit: 20675
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_dnswl.in 24 client_restrictions permit
43 client_restrictions permit
smtpd_check.in 128 client_restrictions permit
129 helo_restrictions permit
130 sender_restrictions permit
smtpd_nullmx.in 38 sender_restrictions permit
smtpd_dns_filter.in 10 helo_restrictions reject_unknown_helo_hostname,permit
smtpd_check.in2 106 recipient_restrictions reject_unauth_destination,permit
  /src/external/mpl/dhcp/dist/keama/
confparse.c 987 * This function handles the common processing code for permit and deny
1004 * \param[in] permit_head = the head of the permit list (permit or prohibit)
1005 * to which to attach the newly created permit structure
1013 struct string *permit; local
1023 permit = CLASS_KNOWN;
1030 permit = CLASS_KNOWN;
1036 permit = CLASS_KNOWN;
1042 permit = CLASS_KNOWN;
1047 permit = CLASS_ALL
1154 struct element *permit; local
3143 struct element *permit; local
3486 struct element *permit; local
    [all...]
  /src/external/bsd/ppp/dist/pppd/
pppd-private.h 80 int permit; /* 1 = permit, 0 = forbid */ member in struct:permitted_ip
auth.c 1999 ip[n].permit = 1;
2005 ip[n].permit = 1;
2007 ip[n].permit = 0;
2083 ip[n].permit = 0; /* make the last entry forbid all addresses */
2140 return addrs->permit;
  /src/crypto/external/bsd/openssh/dist/
channels.c 4293 u_int i, permit, permit_adm = 1; local
4298 permit = pset->all_permitted;
4299 if (!permit) {
4303 permit = 1;
4320 return permit && permit_adm;
4596 * Permit the specified host/port for forwarding.
4902 u_int i, permit, permit_adm = 1; local
4906 permit = pset->all_permitted;
4907 if (!permit) {
4911 permit = 1
4961 u_int i, permit, permit_adm = 1; local
    [all...]
monitor.c 237 monitor_permit(struct mon_table *ent, enum monitor_reqtype type, int permit)
242 ent->flags |= permit ? MON_PERMIT : 0;
250 monitor_permit_authentications(int permit)
257 ent->flags |= permit ? MON_PERMIT : 0;
282 /* Permit requests for state, moduli and signatures */
423 /* Permit requests for moduli and signatures */
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 999 struct permit { struct
1000 struct permit *next;
1032 struct permit *permit_list;
1033 struct permit *prohibit_list;
1106 /* A class may be configured to permit a limited number of leases. */
1735 * client via the permit lists and the valid TIMEs.
1745 struct permit *permit_list; /* allow clients from this list */
1746 struct permit *prohibit_list; /* deny clients from this list */
2208 int permit_list_match (struct permit *, struct permit *);
    [all...]
  /src/share/locale/ctype/
gen_ctype_utf8.pl 66 * the Data Files or Software, and to permit persons to whom the Data Files
  /src/external/gpl3/autoconf/dist/
maint.mk 393 # Nearly all .c files must include <config.h>. However, we also permit this
  /src/external/gpl2/diffutils/dist/config/
texinfo.tex 3756 % 1) We use \vbox rather than the earlier \line to permit
  /src/external/gpl2/gettext/dist/build-aux/
texinfo.tex 3230 % 1) We use \vbox rather than the earlier \line to permit
  /src/external/gpl2/gmake/dist/config/
texinfo.tex 4287 % 1) We use \vbox rather than the earlier \line to permit

Completed in 125 milliseconds

1 2