/src/usr.bin/last/ |
want.c | 36 static const char *gethost(struct utmp *, const char *, int); 40 gethost(struct utmp *ut, const char *host, int numeric) function in typeref:typename:const char * 181 gethost(bp, hostp, numeric), ct); 198 gethost(bp, hostp, numeric), 223 gethost(bp, hostp, numeric),
|
last.c | 395 #define gethost gethostx macro
|
/src/sbin/routed/ |
parms.c | 238 if (!gethost(dname, &dst)) { 263 if (!gethost(gname, &gate)) { 820 || !gethost(buf2,&addr)) 1033 gethost(char *name, function in typeref:typename:int
|
/src/libexec/identd/ |
identd.c | 52 static const char *gethost(struct sockaddr *); 351 gethost((struct sockaddr *)&ss[0])); 403 lport, fport, gethost((struct sockaddr *)&ss[0])); 411 idbuf, gethost((struct sockaddr *)&ss[0])); 445 gethost((struct sockaddr *)&nat_addr)); 452 idbuf, gethost((struct sockaddr *)&ss[0])); 457 gethost((struct sockaddr *)&ss[0])); 469 gethost((struct sockaddr *)&ss[0])); 476 " to %s", pw->pw_name, gethost((struct sockaddr *)&ss[0])); 495 idbuf, userbuf, gethost((struct sockaddr *)&ss[0])) 568 gethost(struct sockaddr *sa) function in typeref:typename:const char * [all...] |
/src/usr.sbin/lpr/common_source/ |
common.c | 120 gethost(const char *hname) function in typeref:typename:const char * 384 error = getaddrinfo(gethost(RM), NULL, &hints, &res0);
|
/src/sbin/ping/ |
ping.c | 235 static void gethost(const char *, const char *, 409 gethost("-I", optarg, &src_addr, 0, 0); 413 gethost("-g", optarg, &send_addr, 0, 0); 485 gethost("", argv[hostind], &whereto, hostname, sizeof(hostname)); 1928 gethost(const char *arg, function in typeref:typename:void
|