Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c209 struct hostent *ri_gate_hp; member
1046 if (rcip->ri_gate_hp != NULL && in del_rtcmd_irep()
1047 rcip->ri_gate_hp->h_addrtype == AF_INET6) in del_rtcmd_irep()
1048 freehostent(rcip->ri_gate_hp); in del_rtcmd_irep()
1104 rcip->ri_gate_hp != NULL && in print_rtcmd_short()
1105 rcip->ri_gate_hp->h_addr_list[1] != NULL) { in print_rtcmd_short()
1130 rcip->ri_gate_hp->h_addr_list[1] != NULL) { in print_rtcmd_short()
1795 #define hp (newrt->ri_gate_hp) in newroute()
2050 hpp = &(rcip->ri_gate_hp); in getaddr()