HomeSort by: relevance | last modified time | path
    Searched defs:remote_id (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/talk/
invite.c 61 static int local_id, remote_id; variable in typeref:typename:int
112 msg.id_num = htonl(remote_id);
127 msg.id_num = htonl(remote_id + 1);
155 remote_id = response.id_num;
178 msg.id_num = htonl(remote_id);
invite.c 61 static int local_id, remote_id; variable in typeref:typename:int
112 msg.id_num = htonl(remote_id);
127 msg.id_num = htonl(remote_id + 1);
155 remote_id = response.id_num;
178 msg.id_num = htonl(remote_id);

Completed in 22 milliseconds