CONFIG_LLMNR_RESPONDER_INIT_PRIO

Startup priority for the LLMNR responder init

Type: int

Help

Note that if NET_CONFIG_AUTO_INIT is enabled, then this value should be bigger than its value.

Direct dependencies

LLMNR_RESPONDER && NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/net/lib/dns/Kconfig:184

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:93subsys/net/lib/Kconfig:11

Menu path: (top menu) → Networking → Network Protocols

config LLMNR_RESPONDER_INIT_PRIO
    int
    prompt "Startup priority for the LLMNR responder init" if LLMNR_RESPONDER && NETWORKING
    default 96 if LLMNR_RESPONDER && NETWORKING
    depends on LLMNR_RESPONDER && NETWORKING
    help
      Note that if NET_CONFIG_AUTO_INIT is enabled, then this value
      should be bigger than its value.

(Definitions include propagated dependencies, including from if’s and menus.)