Searched defs:ip_off (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Dip_var.h70 uchar_t ipf_mff; /* copied from (ip_off&IP_MF) */
73 short ip_off; member in struct:ipasfrag
H A Dip.h51 ushort_t ip_off; /* fragment offset field */ member in struct:ip
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Demac.h78 unsigned short ip_off; member in struct:__anon117
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device-fp.c917 u8 ip_off, ip_length; local
941 ip_off = XGE_HAL_HEADER_ETHERNET_II_802_3_SIZE;
944 ip_off = (XGE_HAL_HEADER_ETHERNET_II_802_3_SIZE +
948 ip_off = (XGE_HAL_HEADER_ETHERNET_II_802_3_SIZE +
957 ip_off += XGE_HAL_HEADER_VLAN_SIZE;
961 *ip = (iplro_t *)((char*)buffer + ip_off);
/illumos-gate/usr/src/boot/include/netinet/
H A Dip.h61 u_short ip_off; /* fragment offset field */ member in struct:ip
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c727 uchar_t *ip_off = mp->b_rptr + pktinfo->mac_hlen; local
729 pktinfo->ip_hlen = IPH_HDR_LENGTH((uintptr_t)ip_off);
731 ((ipha_t *)(uintptr_t)ip_off)->ipha_protocol;
734 if ((unsigned long)(ip_off + pktinfo->ip_hlen) % 8 != 0)
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.c568 int ip_off; local
573 ip_off = XGE_HAL_HEADER_ETHERNET_II_802_3_SIZE;
576 ip_off = (XGE_HAL_HEADER_ETHERNET_II_802_3_SIZE +
581 ip_off = (XGE_HAL_HEADER_ETHERNET_II_802_3_SIZE +
585 ip_off = (XGE_HAL_HEADER_ETHERNET_II_802_3_SIZE +
589 ip_off = 0;
596 ip_off += XGE_HAL_HEADER_VLAN_SIZE;
599 return (ip_off);
631 int ip_off = xgell_get_ip_offset(ext_info); local
632 int start, end = pkt_length - ip_off;
[all...]

Completed in 59 milliseconds