Lines Matching refs:param

196     :param handle: UDP handle. Should have been initialized with
199 :param addr: `struct sockaddr_in` or `struct sockaddr_in6`
202 :param flags: Indicate how the socket will be bound,
230 :param handle: UDP handle. Should have been initialized with
233 :param addr: `struct sockaddr_in` or `struct sockaddr_in6`
245 :param handle: UDP handle. Should have been initialized with
248 :param name: Pointer to the structure to be filled with the address data.
252 :param namelen: On input it indicates the data of the `name` field. On
263 :param handle: UDP handle. Should have been initialized with
266 :param name: Pointer to the structure to be filled with the address data.
270 :param namelen: On input it indicates the data of the `name` field. On
279 :param handle: UDP handle. Should have been initialized with
282 :param multicast_addr: Multicast address to set membership for.
284 :param interface_addr: Interface address.
286 :param membership: Should be ``UV_JOIN_GROUP`` or ``UV_LEAVE_GROUP``.
294 :param handle: UDP handle. Should have been initialized with
297 :param multicast_addr: Multicast address to set membership for.
299 :param interface_addr: Interface address.
301 :param source_addr: Source address.
303 :param membership: Should be ``UV_JOIN_GROUP`` or ``UV_LEAVE_GROUP``.
314 :param handle: UDP handle. Should have been initialized with
319 :param on: 1 for on, 0 for off.
327 :param handle: UDP handle. Should have been initialized with
332 :param ttl: 1 through 255.
340 :param handle: UDP handle. Should have been initialized with
345 :param interface_addr: interface address.
353 :param handle: UDP handle. Should have been initialized with
358 :param on: 1 for on, 0 for off.
366 :param handle: UDP handle. Should have been initialized with
371 :param ttl: 1 through 255.
391 :param req: UDP request handle. Need not be initialized.
393 :param handle: UDP handle. Should have been initialized with
396 :param bufs: List of buffers to send.
398 :param nbufs: Number of buffers in `bufs`.
400 :param addr: `struct sockaddr_in` or `struct sockaddr_in6` with the
403 :param send_cb: Callback to invoke when the data has been sent out.
435 :param handle: UDP handle. Should have been initialized with
438 :param alloc_cb: Callback to invoke when temporary storage is needed.
440 :param recv_cb: Callback to invoke with received data.
470 :param handle: UDP handle. Should have been initialized with