/illumos-gate/usr/src/stand/lib/inet/ |
H A D | ipv4.c | 206 uint16_t ip_id; in frag_chk() local 218 ip_id = fragment[first_frag].ipid; in frag_chk() 221 if (fragment[i].mp != NULL && ip_id != fragment[i].ipid && in frag_chk() 225 fragment[i].ipid, ip_id); in frag_chk() 692 uint16_t iphlen, iplen, ip_id; in ipv4_input() local 778 index, ntohs(iphp->ip_id), iphp->ip_p, igp, igp->igm_mp, in ipv4_input() 845 ip_id = ntohs(iphp->ip_id); in ipv4_input() 847 ip_id, iplen, iphlen, iphp->ip_p); in ipv4_input() 871 IPV4_OFFSET(curr_off), ip_id); in ipv4_input() 888 ntohs(iphp->ip_id), iplen, iphlen, iphp->ip_p); in ipv4_input() [all …]
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | vjcompress.c | 398 deltaS = ntohs(ip->ip_id) - ntohs(cs->cs_ip.ip_id); in vj_compress_tcp() 638 DECODES(cs->cs_ip.ip_id); in vj_uncompress_tcp() 640 cs->cs_ip.ip_id = ntohs(cs->cs_ip.ip_id) + 1; in vj_uncompress_tcp() 641 cs->cs_ip.ip_id = htons(cs->cs_ip.ip_id); in vj_uncompress_tcp()
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | ip.c | 74 uint16_t ip_id; member 293 ipr->ip_id == ip->ip_id && in readipv4() 307 ipr->ip_id = ip->ip_id; in readipv4()
|
/illumos-gate/usr/src/uts/common/netinet/ |
H A D | ip_var.h | 71 ushort_t ip_id; member
|
H A D | ip.h | 49 ushort_t ip_id; /* identification */ member
|
/illumos-gate/usr/src/uts/common/io/igc/core/ |
H A D | igc_base.h | 105 __le16 ip_id; /* IP id */ member
|
H A D | igc_hw.h | 146 __le16 ip_id; /* IP id */ member 176 __le16 ip_id; /* IP id */ member
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_send.c | 1244 uint16_t ip_id; in nxge_do_softlso() local 1569 ip_id = ntohs(niph->ip_id); in nxge_do_softlso() 1618 niph->ip_id = htons(++ip_id); in nxge_do_softlso() 1659 niph->ip_id = htons(++ip_id); in nxge_do_softlso()
|
/illumos-gate/usr/src/boot/include/netinet/ |
H A D | ip.h | 60 u_short ip_id; /* identification */ member
|
H A D | ip_var.h | 191 #define V_ip_id VNET(ip_id)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ip.c | 133 ntohs(ip->ip_id), in interpret_ip() 148 ntohs(ip->ip_id), in interpret_ip() 188 "Identification = %d", ntohs(ip->ip_id)); in interpret_ip() 240 ntohs(ip->ip_id)); in interpret_ip()
|
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | e1000_vf.h | 103 u16 ip_id; /* IP id */ member
|
H A D | e1000_82575.h | 212 __le16 ip_id; /* IP id */ member
|
H A D | e1000_hw.h | 478 __le16 ip_id; /* IP id */ member 508 __le16 ip_id; /* IP id */ member
|
/illumos-gate/usr/src/uts/common/io/sfxge/ |
H A D | sfxge_tx.c | 1580 uint16_t ip_id; in sfxge_tx_qlso_fragment() local 1647 start_id = ip_id = ntohs(iphp->ip_id); in sfxge_tx_qlso_fragment() 1669 iphp->ip_id = htons(ip_id); in sfxge_tx_qlso_fragment() 1670 ip_id++; in sfxge_tx_qlso_fragment() 1752 iphp->ip_id = htons(start_id); in sfxge_tx_qlso_fragment()
|
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac_util.c | 713 uint16_t ip_id; in mac_sw_lso() local 992 ip_id = ntohs(niph->ipha_ident); in mac_sw_lso() 1078 niph->ipha_ident = htons(++ip_id); in mac_sw_lso() 1135 niph->ipha_ident = htons(++ip_id); in mac_sw_lso()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute_aux.c | 229 outip->ip_id = htons(ident + seq); in send_probe()
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ip_fil_solaris.c | 1379 ip->ip_id = fr_nextipid(fin); 1602 ip->ip_id = fin->fin_ip->ip_id;
|
H A D | ip_frag.c | 257 frag->ipfr_id = ip->ip_id;
|
H A D | ip_auth.c | 188 id = ip->ip_id;
|
H A D | fil.c | 1333 fin->fin_id = ip->ip_id; 5520 ido = ntohs(ip->ip_id); 5523 ip->ip_id = htons(id);
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ipmon.c | 1232 ntohs(ipc->ip_id), 1249 ntohs(ip->ip_id),
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_send.c | 159 parse_bd_e1x->ip_id = mm_cpu_to_le16(packet->l2pkt_tx_info->lso_ipid); in lm_process_lso_packet()
|
/illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_type.h | 3305 __le16 ip_id; /* IP id */ member
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/ |
H A D | vrrpd.c | 3097 ip->ip_id = 0; in vrrpd_send_adv_v4()
|