Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_flow.h40 in_port_t pdst; member
47 in_port_t pdst; member
54 in_port_t pdst; member
61 in_port_t pdst; member
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_flow.h40 in_port_t pdst; member
48 in_port_t pdst; member
56 in_port_t pdst; member
64 in_port_t pdst; member
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfncs.c548 load_str(char **pdst, char *src) in load_str() argument
550 if (*pdst) in load_str()
551 Free (*pdst); in load_str()
552 *pdst = Strdup(src); in load_str()
557 unload_str(char **pdst) in unload_str() argument
559 if (*pdst) in unload_str()
560 Free (*pdst); in unload_str()
561 *pdst = 0; in unload_str()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtables.c238 struct in6_addr pdst; in rtadd() local
255 rtcreate_prefix(dst, &pdst, prefix_length); in rtadd()
257 hash = rthash(&pdst, prefix_length); in rtadd()
270 rt->rt_dst = pdst; in rtadd()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c917 fspec_key.pdst, fspec_key.psrc); in nxge_fill_tcam_entry_udp()
919 fspec_mask.pdst, fspec_mask.psrc); in nxge_fill_tcam_entry_udp()
955 fspec_key.pdst, fspec_key.psrc); in nxge_fill_tcam_entry_udp_ipv6()
957 fspec_mask.pdst, fspec_mask.psrc); in nxge_fill_tcam_entry_udp_ipv6()
977 fspec_key.pdst, fspec_key.psrc); in nxge_fill_tcam_entry_tcp()
979 fspec_mask.pdst, fspec_mask.psrc); in nxge_fill_tcam_entry_tcp()
1007 fspec_key.pdst, fspec_key.psrc); in nxge_fill_tcam_entry_sctp()
1009 fspec_mask.pdst, fspec_mask.psrc); in nxge_fill_tcam_entry_sctp()
1039 fspec_key.pdst, fspec_key.psrc); in nxge_fill_tcam_entry_tcp_ipv6()
1041 fspec_mask.pdst, fspec_mask.psrc); in nxge_fill_tcam_entry_tcp_ipv6()
[all …]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtnet.c1457 const void *pdst; in tsol_ip_forward() local
1488 pdst = &ipha->ipha_dst; in tsol_ip_forward()
1496 pdst = &ip6h->ip6_dst; in tsol_ip_forward()
1533 ASSERT(psrc != NULL && pdst != NULL); in tsol_ip_forward()
1534 dst_rhtp = find_tpc(pdst, ire->ire_ipversion, B_FALSE); in tsol_ip_forward()
1543 mblk_t *, mp, void *, pdst); in tsol_ip_forward()
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfcomp.c554 int pdst = 0, psrc = 0; local
571 pdst = 1;
576 if (pdst == 1)
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c1553 const char *pdst; in setup_basetime() local
1568 if ((pdst = tzname[ptm->tm_isdst ? 1 : 0]) == NULL) in setup_basetime()
1569 pdst = "???"; in setup_basetime()
1574 ptime, pdst, ptime + 20); in setup_basetime()