Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/hxge/
H A Dhxge_flow.h42 in_port_t pdst; member
49 in_port_t pdst; member
56 in_port_t pdst; member
63 in_port_t pdst; member
/titanic_41/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
/titanic_41/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()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtables.c240 struct in6_addr pdst; in rtadd() local
257 rtcreate_prefix(dst, &pdst, prefix_length); in rtadd()
259 hash = rthash(&pdst, prefix_length); in rtadd()
272 rt->rt_dst = pdst; in rtadd()
/titanic_41/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c919 fspec_key->pdst, fspec_key->psrc); in nxge_fill_tcam_entry_udp()
921 fspec_mask->pdst, fspec_mask->psrc); in nxge_fill_tcam_entry_udp()
957 fspec_key->pdst, fspec_key->psrc); in nxge_fill_tcam_entry_udp_ipv6()
959 fspec_mask->pdst, fspec_mask->psrc); in nxge_fill_tcam_entry_udp_ipv6()
980 fspec_key->pdst, fspec_key->psrc); in nxge_fill_tcam_entry_tcp()
982 fspec_mask->pdst, fspec_mask->psrc); in nxge_fill_tcam_entry_tcp()
1011 fspec_key->pdst, fspec_key->psrc); in nxge_fill_tcam_entry_sctp()
1013 fspec_mask->pdst, fspec_mask->psrc); in nxge_fill_tcam_entry_sctp()
1044 fspec_key->pdst, fspec_key->psrc); in nxge_fill_tcam_entry_tcp_ipv6()
1046 fspec_mask->pdst, fspec_mask->psrc); in nxge_fill_tcam_entry_tcp_ipv6()
[all …]
/titanic_41/usr/src/uts/common/inet/ip/
H A Dtnet.c1457 const void *pdst; in tsol_ip_forward() local
1485 pdst = &ipha->ipha_dst; in tsol_ip_forward()
1493 pdst = &ip6h->ip6_dst; in tsol_ip_forward()
1530 ASSERT(psrc != NULL && pdst != NULL); in tsol_ip_forward()
1531 dst_rhtp = find_tpc(pdst, ire->ire_ipversion, B_FALSE); in tsol_ip_forward()
1540 mblk_t *, mp, void *, pdst); in tsol_ip_forward()
/titanic_41/usr/src/cmd/ipf/tools/
H A Dipfcomp.c565 int pdst = 0, psrc = 0; local
582 pdst = 1;
587 if (pdst == 1)
/titanic_41/usr/src/cmd/truss/
H A Dmain.c1547 const char *pdst; in setup_basetime() local
1562 if ((pdst = tzname[ptm->tm_isdst ? 1 : 0]) == NULL) in setup_basetime()
1563 pdst = "???"; in setup_basetime()
1568 ptime, pdst, ptime + 20); in setup_basetime()