:orphan: .. title:: LLMNR_RESPONDER_INIT_PRIO .. option:: 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 =================== \ :option:`LLMNR_RESPONDER ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 96 Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/dns/Kconfig:191`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:89`` → ``subsys/net/lib/Kconfig:8`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → LLMNR responder .. parsed-literal:: config LLMNR_RESPONDER_INIT_PRIO int "Startup priority for the LLMNR responder init" default 96 depends on \ :option:`LLMNR_RESPONDER ` && \ :option:`NETWORKING ` help Note that if NET_CONFIG_AUTO_INIT is enabled, then this value should be bigger than its value. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*