Searched refs:DSYM_IP (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libdhcputil/common/ |
H A D | dhcp_inittab.c | 890 case DSYM_IP: in inittab_encode_e() 910 if (inet_pton(ie->ds_type == DSYM_IP ? AF_INET : in inittab_encode_e() 1254 case DSYM_IP: in inittab_decode_e() 1263 result = malloc(n_entries * (ie->ds_type == DSYM_IP ? in inittab_decode_e() 1271 if (ie->ds_type == DSYM_IP) { in inittab_decode_e() 1634 case DSYM_IP: in inittab_type_to_size() 1711 { DSYM_FIELD, 12, "Ciaddr", DSYM_IP, 1, 1 }, 1712 { DSYM_FIELD, 16, "Yiaddr", DSYM_IP, 1, 1 }, 1713 { DSYM_FIELD, 20, "BootSrvA", DSYM_IP, 1, 1 }, 1714 { DSYM_FIELD, 24, "Giaddr", DSYM_IP, 1, 1 }, [all …]
|
H A D | dhcp_symbol.c | 77 { "IP", DSYM_IP, B_TRUE },
|
/titanic_41/usr/src/common/net/wanboot/ |
H A D | bootinfo.c | 78 "Yiaddr", DSYM_IP, DSYM_FIELD, 16, 4 81 "Subnet", DSYM_IP, DSYM_STANDARD, 1, 0 84 "Router", DSYM_IP, DSYM_STANDARD, 3, 0 238 if (bip->bi_dhcp->opt_type == DSYM_IP) { in bi_getval_dhcpopt() 252 case DSYM_IP: in bi_getval_dhcpopt()
|
/titanic_41/usr/src/common/net/dhcp/ |
H A D | dhcp_symbol_common.h | 64 DSYM_IP = 2, /* An IP address */ enumerator
|