taglinefilesource code
peerupd241net/unix/sock.cupd->peerupd = NULL;
peerupd339net/unix/sock.cif (upd->peerupd) unix_data_deref(upd->peerupd);
peerupd472net/unix/sock.cUN_DATA(sock)->peerupd = UN_DATA(sock->conn); /* ref server */
peerupd491net/unix/sock.cupd1->peerupd = upd2;
peerupd492net/unix/sock.cupd2->peerupd = upd1;
peerupd530net/unix/sock.cUN_DATA(newsock)->peerupd         = UN_DATA(clientsock);
peerupd648net/unix/sock.cpupd = UN_DATA(sock)->peerupd;  /* safer than sock->conn */
peerupd707net/unix/sock.cstruct unix_proto_data *upd, *peerupd;
peerupd741net/unix/sock.cpeerupd = UN_DATA(sock->conn);
peerupd743net/unix/sock.cUN_BUF_SPACE(peerupd) ? "" : " no");
peerupd744net/unix/sock.cif (UN_BUF_SPACE(peerupd) > 0) return(1);
peerupd758net/unix/sock.cstruct unix_proto_data *upd, *peerupd;
peerupd762net/unix/sock.cpeerupd = (sock->state == SS_CONNECTED) ? UN_DATA(sock->conn) : NULL;
peerupd770net/unix/sock.cif (UN_BUF_AVAIL(upd) || peerupd)
peerupd780net/unix/sock.cif (peerupd) put_fs_long(UN_BUF_SPACE(peerupd),
peerupd37net/unix/unix.hstruct unix_proto_data  *peerupd;