| /src/usr.sbin/faithd/ |
| prefix.h | 41 int permit; member in struct:config
|
| /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...] |
| /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/external/bsd/ppp/dist/pppd/ |
| pppd-private.h | 80 int permit; /* 1 = permit, 0 = forbid */ member in struct:permitted_ip
|
| /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/crypto/external/bsd/openssh/dist/ |
| channels.c | 4285 u_int i, permit, permit_adm = 1; local 4290 permit = pset->all_permitted; 4291 if (!permit) { 4295 permit = 1; 4312 return permit && permit_adm; 4588 * Permit the specified host/port for forwarding. 4894 u_int i, permit, permit_adm = 1; local 4898 permit = pset->all_permitted; 4899 if (!permit) { 4903 permit = 1 4953 u_int i, permit, permit_adm = 1; local [all...] |
| /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...] |