Searched refs:relay (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/iptun/ |
H A D | iptun_ctl.c | 70 ipaddr_t *relay = karg; local 74 err = iptun_set_6to4relay(ns, *relay); 84 ipaddr_t *relay = karg; local 87 iptun_get_6to4relay(ns, relay);
|
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | libdliptun.c | 616 dladm_iptun_set6to4relay(dladm_handle_t handle, struct in_addr *relay) argument 618 return (i_iptun_ioctl(handle, IPTUN_SET_6TO4RELAY, relay)); 622 dladm_iptun_get6to4relay(dladm_handle_t handle, struct in_addr *relay) argument 624 return (i_iptun_ioctl(handle, IPTUN_GET_6TO4RELAY, relay));
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | parseaddr.c | 3052 ** host -- NULL or relay host. 3209 char *relay; local 3223 relay = host; 3225 relay = macvalue('_', e); 3226 if (relay != NULL) 3229 ", relay=%s", relay);
|
Completed in 89 milliseconds