Searched defs:iphdr (Results  1 – 11 of 11) sorted by relevance
| /illumos-gate/usr/src/grub/grub-0.97/netboot/ | 
| H A D | ip.h | 9 struct iphdr {  struct10 	uint8_t  verhdrlen;
 11 	uint8_t  service;
 12 	uint16_t len;
 13 	uint16_t ident;
 14 	uint16_t frags;
 15 	uint8_t  ttl;
 16 	uint8_t  protocol;
 17 	uint16_t chksum;
 18 	in_addr src;
 [all …]
 
 | 
| /illumos-gate/usr/src/cmd/sgs/librtld/common/ | 
| H A D | dldump.c | 149 	Phdr		*iphdr, *ophdr, *data_phdr = 0;  in rt_dldump()  local
 | 
| /illumos-gate/usr/src/uts/common/inet/tcp/ | 
| H A D | tcp_fusion.c | 84 tcp_fuse(tcp_t *tcp, uchar_t *iphdr, tcpha_t *tcpha)  in tcp_fuse()
 | 
| H A D | tcp_tpi.c | 415 tcp_conn_con(tcp_t *tcp, uchar_t *iphdr, mblk_t *idmp,  in tcp_conn_con()
 | 
| H A D | tcp_input.c | 2494 	uchar_t		*iphdr;  in tcp_input_data()  local
 | 
| /illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ | 
| H A D | spppcomp.c | 1522 			uchar_t		*iphdr;  in spppcomp_inpkt()  local
 | 
| /illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/ | 
| H A D | qlge.c | 4828 	struct ip *iphdr = NULL;  in ql_hw_csum_setup()  local5081 	struct ip *iphdr = NULL;  in ql_tx_hashing()  local
 5175 	struct ip *iphdr = NULL;  in ql_hw_lso_setup()  local
 
 | 
| /illumos-gate/usr/src/uts/common/io/qede/ | 
| H A D | qede_fp.c | 1728 	struct ip *iphdr = NULL;  in qede_hash_get_txq()  local
 | 
| /illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/ | 
| H A D | fcip.c | 2760 	ipha_t				*iphdr;  in fcip_data_cb()  local
 | 
| /illumos-gate/usr/src/cmd/mdb/common/modules/ip/ | 
| H A D | ip.c | 1348 iphdr(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv)  in iphdr()  function
 | 
| /illumos-gate/usr/src/cmd/sgs/elfdump/common/ | 
| H A D | elfdump.c | 1843 	Phdr	*iphdr = NULL;  in interp()  local
 |