Searched defs:dstip (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon_y.y61 %type <opt> direction dstip dstport every execute group interface
97 | dstip { $$ = $1; }
131 dstip: IPM_DSTIP '=' ipv4 '/' YY_NUMBER { $$ = new_opt(IPM_DSTIP); label
250 { "dstip", IPM_DSTIP },
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ep.c870 ibt_ip_addr_t dstip; local
887 dstip.family = AF_INET;
888 dstip.un.ip4addr = remip;
889 ipattr.ipa_dst_ip = &dstip;
1320 ibt_ip_addr_t dstip; local
1338 dstip.family = AF_INET;
1339 dstip.un.ip4addr = remip1;
1340 ipattr.ipa_dst_ip = &dstip;
2084 ibt_ip_addr_t dstip; local
2109 dstip
[all...]
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c102 ibt_ip_addr_t dstip; member in struct:rpcib_ping
1823 ipcm_info.dst_addr.un.ip4addr = rptp->dstip.un.ip4addr;
1826 ipcm_info.dst_addr.un.ip6addr = rptp->dstip.un.ip6addr;
1947 rptp->dstip.family = AF_INET;
1948 rptp->dstip.un.ip4addr = sinp->sin_addr.s_addr;
1953 rptp->dstip.family = AF_INET6;
1954 rptp->dstip.un.ip6addr = sin6p->sin6_addr;
1966 ipattr.ipa_dst_ip = &rptp->dstip;
1970 ipattr.ipa_src_ip.family = rptp->dstip.family;

Completed in 56 milliseconds