Searched refs:DSYM_IP (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libdhcputil/common/ |
H A D | dhcp_inittab.c | 891 case DSYM_IP: in inittab_encode_e() 911 if (inet_pton(ie->ds_type == DSYM_IP ? AF_INET : in inittab_encode_e() 1255 case DSYM_IP: in inittab_decode_e() 1264 result = malloc(n_entries * (ie->ds_type == DSYM_IP ? in inittab_decode_e() 1272 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 | 75 { "IP", DSYM_IP, B_TRUE },
|
/illumos-gate/usr/src/common/net/dhcp/ |
H A D | dhcp_symbol_common.h | 62 DSYM_IP = 2, /* An IP address */ enumerator
|