Home
last modified time | relevance | path

Searched refs:phyint_config (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/head/
H A Dndpd.h112 struct confvar phyint_config[I_IFSIZE]; member
114 phyint_config[I_DupAddrDetectTransmits].cf_value
116 phyint_config[I_AdvSendAdvertisements].cf_value
118 phyint_config[I_MaxRtrAdvInterval].cf_value
120 phyint_config[I_MinRtrAdvInterval].cf_value
121 #define phyint_AdvManagedFlag phyint_config[I_AdvManagedFlag].cf_value
123 phyint_config[I_AdvOtherConfigFlag].cf_value
124 #define phyint_AdvLinkMTU phyint_config[I_AdvLinkMTU].cf_value
125 #define phyint_AdvReachableTime phyint_config[I_AdvReachableTime].cf_value
126 #define phyint_AdvRetransTimer phyint_config[I_AdvRetransTimer].cf_value
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c1768 phyint.phyint_config, I_IFSIZE); in process_mibsock()