Home
last modified time | relevance | path

Searched refs:FQDN (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/dhcpcd/hooks/
H A D30-hostname3 # A hostname can either be a short hostname or a FQDN.
10 # where the DHCPv4 hostname is short and the DHCPv6 has an FQDN.
12 # RFC4702 section 3.1 says FQDN should be prefered over hostname.
/dragonfly/contrib/dhcpcd/src/
H A Ddhcp.h136 enum FQDN { enum
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A DREADME-HS20172 # If set, this FQDN is used as a suffix match requirement for the AAA
185 # domain: Home service provider FQDN(s)
233 # <FQDN>,<0/1 exact match>,<priority>,<* or country code>
240 # provisioning_sp: FQDN of the SP that provisioned the credential
/dragonfly/sys/netinet6/
H A Dicmp6.c630 enum { WRU, FQDN } mode; in icmp6_input() enumerator
638 mode = FQDN; in icmp6_input()
643 if (mode == FQDN) { in icmp6_input()