Searched refs:his_machine_addr (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/usr.bin/talk/
H A Dtalk_ctl.h40 extern struct in_addr his_machine_addr;
H A Dget_addrs.c59 bcopy(hp->h_addr, (char *) &his_machine_addr, hp->h_length);
60 if (get_iface(&his_machine_addr, &my_machine_addr) == -1)
H A Dio.c80 hp = gethostbyaddr((const char *)&his_machine_addr.s_addr,
81 sizeof(his_machine_addr.s_addr), AF_INET);
85 hp2->h_length == sizeof(his_machine_addr))
87 if (memcmp(*addr, &his_machine_addr,
88 sizeof(his_machine_addr)) == 0) {
94 his_machine_name = strdup(inet_ntoa(his_machine_addr));
H A Dlook_up.c94 ctl_transact(his_machine_addr, msg, DELETE, rp);
111 ctl_transact(his_machine_addr, msg, LOOK_UP, rp);
H A Dinvite.c117 ctl_transact(his_machine_addr, msg, DELETE, &response);
161 ctl_transact(his_machine_addr, msg, ANNOUNCE, &response);
187 daemon_addr.sin_addr = his_machine_addr;
H A Dctl.c60 struct in_addr his_machine_addr; variable in typeref:struct:in_addr

Completed in 96 milliseconds