pub unsafe extern "C" fn pomp_ctx_bind(
ctx: *mut pomp_ctx,
addr: *const sockaddr,
addrlen: u32,
) -> c_intExpand description
Bind a connection-less context (inet-udp). @param ctx : context. @param addr : address to bind to. @param addrlen : address size. @return 0 in case of success, negative errno value in case of error.