Function dnssd::ffi::DNSServiceRegister [] [src]

pub unsafe extern "C" fn DNSServiceRegister(
    sdRef: *mut DNSServiceRef,
    flags: DNSServiceFlags,
    interfaceIndex: uint32_t,
    name: *const c_char,
    regtype: *const c_char,
    domain: *const c_char,
    host: *const c_char,
    port: uint16_t,
    txtLen: uint16_t,
    txtRecord: *const c_void,
    callback: DNSServiceRegisterReply,
    context: *mut c_void
) -> DNSServiceErrorType