Home
last modified time | relevance | path

Searched refs:snd (Results 1 – 2 of 2) sorted by path

/unit/go/
H A Dport.go29 snd *net.UnixConn member
68 if p.snd != nil {
69 p.snd.Close()
105 snd: getUnixConn(int(p.out_fd)),
158 n, oobn, err := p.snd.WriteMsgUnix(GoBytes(buf, buf_size),
/unit/src/
H A Dnxt_port_socket.c45 nxt_socket_t snd, rcv; in nxt_port_socket_init() local
56 snd = port->pair[1]; in nxt_port_socket_init()
58 sndbuf = nxt_socket_getsockopt(task, snd, SOL_SOCKET, SO_SNDBUF); in nxt_port_socket_init()
82 (void) nxt_socket_setsockopt(task, snd, SOL_SOCKET, SO_SNDBUF, in nxt_port_socket_init()
85 sndbuf = nxt_socket_getsockopt(task, snd, SOL_SOCKET, SO_SNDBUF); in nxt_port_socket_init()