Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_output.c1565 ipha->ipha_ident = atomic_inc_32_nv(identp); in ire_send_noroute_v4()
1881 ipha->ipha_ident = (*cl_inet_ipident)(stack_id, in ire_send_wire_v4()
1885 ipha->ipha_ident = atomic_add_32_nv(identp, in ire_send_wire_v4()
1889 ipha->ipha_ident = atomic_add_32_nv(identp, in ire_send_wire_v4()
1893 ipha->ipha_ident = htons(ipha->ipha_ident); in ire_send_wire_v4()
H A Dspd.c6372 i = IPSEC_FRAG_HASH_FUNC(iph->ipha_ident); in ipsec_fragcache_add()
6379 if ((fep->itpfe_id == iph->ipha_ident) && in ipsec_fragcache_add()
6404 lastbyte, last, iph->ipha_ident, mp); in ipsec_fragcache_add()
6456 fep->itpfe_id = iph->ipha_ident; in ipsec_fragcache_add()
H A Dipsecah.c3093 ipha->ipha_ident = oipha->ipha_ident; in ah_process_ip_options_v4()
H A Dicmp.c3229 ipha->ipha_ident = iphas.ipha_ident; in icmp_output_hdrincl()
H A Digmp.c1863 ipha->ipha_ident = 0; in igmp_sendpkt()
H A Dip_mroute.c2583 ASSERT(ipha_copy->ipha_ident == 0); in encap_send()
H A Dipsecesp.c2108 ipha->ipha_ident = *(((uint16_t *)(&assoc->ipsa_spi)) + 1); in ipsecesp_send_keepalive()
H A Dip.c1691 ipha->ipha_ident = 0; in icmp_send_reply_v4()
7155 ident = ipha->ipha_ident; in ip_input_fragment()
13645 ipha->ipha_ident = 0; in ip_build_hdrs_v4()
H A Dip_if.c13975 ipha->ipha_ident = 0; in ipif_mask_reply()
/illumos-gate/usr/src/common/inet/
H A Dinet_hash.c255 uint8_t *identp = (uint8_t *)&iphp->ipha_ident; in inet_pkt_hash()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c1097 ip_id = ntohs(niph->ipha_ident); in mac_sw_lso()
1183 niph->ipha_ident = htons(++ip_id); in mac_sw_lso()
1240 niph->ipha_ident = htons(++ip_id); in mac_sw_lso()
2108 uint8_t *identp = (uint8_t *)&iphp->ipha_ident; in mac_pkt_hash()
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv_pcap.c306 ip_hdr.ipha_ident = 0; in smbsrv_pcap_dump()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_shutdown.c286 ipha->ipha_ident = 0; in sctp_ootb_shutdown_ack()
H A Dsctp_error.c376 ipha->ipha_ident = 0; in sctp_ootb_send_abort()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dip.d.in312 ipv4_ident = I != NULL ? ntohs(I->ipha_ident) : 0;
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h420 uint16_t ipha_ident; member
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c2115 new_ipha->ipha_ident = 0; in iptun_sendicmp_v4()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c2649 ipha->ipha_ident = 0; in tcp_xmit_early_reset()
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1385 mdb_nhconvert(&ipid, &iph->ipha_ident, sizeof (ipid)); in iphdr()