Searched refs:BI_SUBNET_MASK (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/common/net/wanboot/ |
H A D | bootinfo.h | 43 #define BI_SUBNET_MASK "subnet-mask" macro
|
H A D | bootinfo.c | 120 { BI_SUBNET_MASK, BI_R_CHOSEN|BI_R_DHCPOPT,
|
/titanic_50/usr/src/psm/stand/boot/sparc/common/ |
H A D | wbcli.c | 133 #define VAR_MAXWIDTH strlen(BI_SUBNET_MASK) 192 { BI_SUBNET_MASK, clip, CLF_IF, 1050 (void) bootinfo_put(BI_SUBNET_MASK, netstr, strlen(netstr) + 1, 0); in generate_classful_subnet() 1115 if (bootinfo_get(BI_SUBNET_MASK, buf, &len, NULL) == in config_incomplete() 1282 if (bootinfo_get(BI_SUBNET_MASK, str, &len, NULL) == BI_E_SUCCESS && in setup_interface()
|