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

/freebsd-10.1-release/usr.bin/talk/
H A Dtalk_ctl.h38 extern struct in_addr his_machine_addr;
H A Dget_addrs.c57 bcopy(hp->h_addr, (char *) &his_machine_addr, hp->h_length);
58 if (get_iface(&his_machine_addr, &my_machine_addr) == -1)
H A Dio.c73 hp = gethostbyaddr((const char *)&his_machine_addr.s_addr,
74 sizeof(his_machine_addr.s_addr), AF_INET);
78 hp2->h_length == sizeof(his_machine_addr))
80 if (memcmp(*addr, &his_machine_addr,
81 sizeof(his_machine_addr)) == 0) {
87 his_machine_name = strdup(inet_ntoa(his_machine_addr));
H A Dlook_up.c92 ctl_transact(his_machine_addr, msg, DELETE, rp);
109 ctl_transact(his_machine_addr, msg, LOOK_UP, rp);
H A Dinvite.c115 ctl_transact(his_machine_addr, msg, DELETE, &response);
159 ctl_transact(his_machine_addr, msg, ANNOUNCE, &response);
185 daemon_addr.sin_addr = his_machine_addr;
H A Dctl.c58 struct in_addr his_machine_addr; variable in typeref:struct:in_addr

Completed in 107 milliseconds