Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.h86 struct confvar pi_config[I_IFSIZE]; member
87 #define pi_DupAddrDetectTransmits pi_config[I_DupAddrDetectTransmits].cf_value
88 #define pi_AdvSendAdvertisements pi_config[I_AdvSendAdvertisements].cf_value
89 #define pi_MaxRtrAdvInterval pi_config[I_MaxRtrAdvInterval].cf_value
90 #define pi_MinRtrAdvInterval pi_config[I_MinRtrAdvInterval].cf_value
91 #define pi_AdvManagedFlag pi_config[I_AdvManagedFlag].cf_value
92 #define pi_AdvOtherConfigFlag pi_config[I_AdvOtherConfigFlag].cf_value
93 #define pi_AdvLinkMTU pi_config[I_AdvLinkMTU].cf_value
94 #define pi_AdvReachableTime pi_config[I_AdvReachableTime].cf_value
95 #define pi_AdvRetransTimer pi_config[I_AdvRetransTimer].cf_value
[all …]
H A Dconfig.c603 char save[sizeof (pi->pi_config)]; in parse_if()
630 (void) memcpy(save, pi->pi_config, sizeof (save)); in parse_if()
633 pi->pi_config); in parse_if()
640 check_if_var_consistency(pi->pi_config, save, sizeof (save)); in parse_if()
H A Dtables.c113 pi->pi_config[i].cf_value = ifdefaults[i].cf_value; in phyint_create()
619 print_iflist(pi->pi_config); in phyint_print()
H A Dmain.c1766 bcopy(pi->pi_config, in process_mibsock()