taglinefilesource code
peerupd265net/unix/sock.cupd->peerupd = NULL;
peerupd363net/unix/sock.cif (upd->peerupd) unix_data_deref(upd->peerupd);
peerupd496net/unix/sock.cUN_DATA(sock)->peerupd = UN_DATA(sock->conn); /* ref server */
peerupd515net/unix/sock.cupd1->peerupd = upd2;
peerupd516net/unix/sock.cupd2->peerupd = upd1;
peerupd554net/unix/sock.cUN_DATA(newsock)->peerupd         = UN_DATA(clientsock);
peerupd678net/unix/sock.cpupd = UN_DATA(sock)->peerupd;  /* safer than sock->conn */
peerupd745net/unix/sock.cstruct unix_proto_data *upd, *peerupd;
peerupd779net/unix/sock.cpeerupd = UN_DATA(sock->conn);
peerupd781net/unix/sock.cUN_BUF_SPACE(peerupd) ? "" : " no");
peerupd782net/unix/sock.cif (UN_BUF_SPACE(peerupd) > 0) return(1);
peerupd796net/unix/sock.cstruct unix_proto_data *upd, *peerupd;
peerupd800net/unix/sock.cpeerupd = (sock->state == SS_CONNECTED) ? UN_DATA(sock->conn) : NULL;
peerupd808net/unix/sock.cif (UN_BUF_AVAIL(upd) || peerupd)
peerupd818net/unix/sock.cif (peerupd) put_fs_long(UN_BUF_SPACE(peerupd),
peerupd37net/unix/unix.hstruct unix_proto_data  *peerupd;