Searched refs:fromhost (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/usr.bin/rdistd/ |
| D | server.c | 56 char *fromhost = NULL; /* Client hostname */ variable 1293 if (!fromhost) { in setconfig() 1294 fromhost = xstrdup(cp); in setconfig() 1295 message(MT_SYSLOG, "startup for %s", fromhost); in setconfig() 1669 if (fromhost) { in server() 1670 message(MT_SYSLOG, "Startup for %s", fromhost); in server() 1672 setproctitle("Serving %s", fromhost); in server()
|
| /openbsd/src/usr.sbin/lpr/lpd/ |
| D | printjob.c | 93 static char fromhost[HOST_NAME_MAX+1]; /* user's host machine */ variable 401 strlcpy(fromhost, line+1, sizeof(fromhost)); in printit() 710 av[n++] = fromhost; in print() 1137 printf("To: %s@%s\n", user, fromhost); in sendmail()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/rdi-share/ |
| D | ardi.c | 1540 RDICCProc_FromHost *fromhost; void *fromhostarg; member 1581 ccstate_p->fromhost( ccstate_p->fromhostarg, &data, &valid ); in HandleDCCMessage() 1606 if ( ccstate_p->tohost != NULL || ccstate_p->fromhost != NULL ) in angel_check_DCC_handler() 2163 ccstate.fromhost = (RDICCProc_FromHost *)arg1; in angel_RDI_info()
|
| /openbsd/src/sbin/unwind/libunbound/services/ |
| D | authzone.c | 3704 socklen_t addrlen, struct auth_master** fromhost) in addr_matches_master() argument 3710 *fromhost = master; in addr_matches_master() 3718 *fromhost = master; in addr_matches_master() 3730 *fromhost = NULL; /* prefix does not have destination in addr_matches_master() 3741 socklen_t addrlen, struct auth_master** fromhost) in az_xfr_allowed_notify() argument 3745 if(addr_matches_master(p, addr, addrlen, fromhost)) { in az_xfr_allowed_notify() 3795 int has_serial, uint32_t serial, struct auth_master* fromhost) in xfr_process_notify() argument 3804 if(!xfr_start_probe(xfr, env, fromhost)) { in xfr_process_notify() 3818 struct auth_master* fromhost = NULL; in auth_zones_notify() local 3832 if(!az_xfr_allowed_notify(xfr, addr, addrlen, &fromhost)) { in auth_zones_notify() [all …]
|
| /openbsd/src/usr.sbin/unbound/services/ |
| D | authzone.c | 3704 socklen_t addrlen, struct auth_master** fromhost) in addr_matches_master() argument 3710 *fromhost = master; in addr_matches_master() 3718 *fromhost = master; in addr_matches_master() 3730 *fromhost = NULL; /* prefix does not have destination in addr_matches_master() 3741 socklen_t addrlen, struct auth_master** fromhost) in az_xfr_allowed_notify() argument 3745 if(addr_matches_master(p, addr, addrlen, fromhost)) { in az_xfr_allowed_notify() 3795 int has_serial, uint32_t serial, struct auth_master* fromhost) in xfr_process_notify() argument 3804 if(!xfr_start_probe(xfr, env, fromhost)) { in xfr_process_notify() 3818 struct auth_master* fromhost = NULL; in auth_zones_notify() local 3832 if(!az_xfr_allowed_notify(xfr, addr, addrlen, &fromhost)) { in auth_zones_notify() [all …]
|