Lines Matching refs:id
48 messagef((state->id, NiL, -1, "bind: %s: udp_datagram error", type));
53 messagef((state->id, NiL, -1, "bind: %s: udp_connect error", type));
60 messagef((state->id, NiL, -1, "bind: %s: tcp_sock error", type));
72 messagef((state->id, NiL, -1, "bind: %s %s error", type, addr ? "tcp_connect" : "tcp_listen"));
90 messagef((state->id, NiL, -1, "bind: %s: invalid type", type));
95 messagef((state->id, NiL, -1, "bind: %s: AF_INET socket error", type));
154 messagef((state->id, NiL, -1, "bind: %s: connect error", type));
175 else messagef((state->id, NiL, -1, "bind: %s: getsockname error", type));
178 messagef((state->id, NiL, -1, "bind: %s: bind error", type));
186 messagef((state->id, NiL, -1, "bind: %s: not supported", type));
210 messagef((state->id, NiL, -8, "bind(%s,%s,%u,%lu) call", type, csntoa(state, addr), port, clone));
220 messagef((state->id, NiL, -1, "bind: %s: explicit reserved port invalid", csntoa(state, addr)));
231 messagef((state->id, NiL, -1, "bind: no more reserved ports"));
237 messagef((state->id, NiL, -1, "bind: reserved port allocation error"));
256 messagef((state->id, NiL, -8, "bind(%s,%s,%u,%lu) = %d", type, csntoa(state, addr), port, clone, fd));