Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/
H A Drawip_impl.h53 mod_prop_info_t *is_propinfo_tbl; /* holds the icmp tunables */ member
H A Dtunables.c307 ptbl = stack->netstack_icmp->is_propinfo_tbl; in mod_get_allprop()
/titanic_50/usr/src/uts/common/inet/ip/
H A Dicmp.c221 return (mod_set_buf_prop(stack->netstack_icmp->is_propinfo_tbl, in icmp_set_buf_prop()
229 return (mod_get_buf_prop(stack->netstack_icmp->is_propinfo_tbl, stack, in icmp_get_buf_prop()
287 #define is_wroff_extra is_propinfo_tbl[0].prop_cur_uval
288 #define is_ipv4_ttl is_propinfo_tbl[1].prop_cur_uval
289 #define is_ipv6_hoplimit is_propinfo_tbl[2].prop_cur_uval
290 #define is_bsd_compat is_propinfo_tbl[3].prop_cur_bval
291 #define is_xmit_hiwat is_propinfo_tbl[4].prop_cur_uval
292 #define is_xmit_lowat is_propinfo_tbl[5].prop_cur_uval
293 #define is_recv_hiwat is_propinfo_tbl[6].prop_cur_uval
294 #define is_max_buf is_propinfo_tbl[7].prop_cur_uval
[all …]
H A Dip_if.c8877 ptbl = stack->netstack_icmp->is_propinfo_tbl; in ip_sioctl_getsetprop()