Searched refs:rbl (Results 1 – 6 of 6) sorted by relevance
| /freebsd/usr.sbin/rpcbind/ |
| H A D | rpcb_svc_com.c | 151 rpcblist_ptr rbl, fnd; in map_set() local 173 rbl = malloc(sizeof(*rbl)); in map_set() 174 if (rbl == NULL) in map_set() 176 a = &(rbl->rpcb_map); in map_set() 186 free(rbl); in map_set() 189 rbl->rpcb_next = NULL; in map_set() 191 list_rbl = rbl; in map_set() 196 fnd->rpcb_next = rbl; in map_set() 236 rpcblist_ptr rbl, prev, tmp; in map_unset() local 241 for (prev = NULL, rbl = list_rbl; rbl; /* cstyle */) { in map_unset() [all …]
|
| H A D | rpcb_svc_4.c | 323 register rpcblist_ptr rbl; in rpcbproc_getaddrlist_4_local() local 350 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) { in rpcbproc_getaddrlist_4_local() 351 if ((rbl->rpcb_map.r_prog == prog) && in rpcbproc_getaddrlist_4_local() 352 (rbl->rpcb_map.r_vers == vers)) { in rpcbproc_getaddrlist_4_local() 353 nconf = rpcbind_get_conf(rbl->rpcb_map.r_netid); in rpcbproc_getaddrlist_4_local() 363 rbl->rpcb_map.r_addr); in rpcbproc_getaddrlist_4_local() 365 if ((maddr = mergeaddr(transp, rbl->rpcb_map.r_netid, in rpcbproc_getaddrlist_4_local() 366 rbl->rpcb_map.r_addr, saddr)) == NULL) { in rpcbproc_getaddrlist_4_local() 435 register rpcb_entry_list_ptr rbl, tmp; in free_rpcb_entry_list() local 437 for (rbl = *rlistp; rbl != NULL; ) { in free_rpcb_entry_list() [all …]
|
| H A D | rpcb_stat.c | 147 rpcvers_t vers, rpcproc_t proc, char *netid, rpcblist_ptr rbl) in rpcbs_rmtcall() argument 162 if ((rbl == NULL) || in rpcbs_rmtcall() 163 (rbl->rpcb_map.r_vers != vers)) in rpcbs_rmtcall() 184 if ((rbl == NULL) || in rpcbs_rmtcall() 185 (rbl->rpcb_map.r_vers != vers)) { in rpcbs_rmtcall()
|
| H A D | rpcbind.c | 786 rpcblist_ptr rbl; in rbllist_add() local 788 rbl = malloc(sizeof (rpcblist)); in rbllist_add() 789 if (rbl == NULL) { in rbllist_add() 794 rbl->rpcb_map.r_prog = prog; in rbllist_add() 795 rbl->rpcb_map.r_vers = vers; in rbllist_add() 796 rbl->rpcb_map.r_netid = strdup(nconf->nc_netid); in rbllist_add() 797 rbl->rpcb_map.r_addr = taddr2uaddr(nconf, addr); in rbllist_add() 798 rbl->rpcb_map.r_owner = strdup(rpcbind_superuser); in rbllist_add() 799 rbl->rpcb_next = list_rbl; /* Attach to global list */ in rbllist_add() 800 list_rbl = rbl; in rbllist_add()
|
| /freebsd/contrib/sendmail/contrib/ |
| H A D | dnsblaccess.m4 | 35 dnl ## HACK(dnsblaccess, `rbl.bogus.org',`',`t',bogus.tag) 53 dnl ## "dialup mail from 123.45.6.7: listed at rbl.bogus.org"
|
| /freebsd/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 3420 CONFIG: Removed deprecated FEATURE(`rbl'). 3563 cf/feature/rbl.m4 6438 CONFIG: new FEATURE(rbl) Turns on rejection of hosts found in the 6441 The default is rbl.maps.vix.com. For details, see 6442 http://maps.vix.com/rbl/. 6536 cf/feature/rbl.m4
|