Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libwrap/
H A Dfix_options.c48 int optsize = sizeof(optbuf), ipproto; local
56 ipproto = ip->p_proto;
58 ipproto = IPPROTO_IP;
60 if (getsockopt(fd, ipproto, IP_OPTIONS, (char *) optbuf, &optsize) == 0
113 if (setsockopt(fd, ipproto, IP_OPTIONS, (char *) 0, optsize) != 0) {
/titanic_50/usr/src/cmd/dtrace/demo/
H A DMakefile57 ipproto.d \
/titanic_50/usr/src/uts/common/io/hxge/
H A Dhxge_txdma.c262 uint8_t ipproto; in hxge_fill_tx_hdr() local
366 ipproto = ip_buf[9]; in hxge_fill_tx_hdr()
376 ipproto, tmp)); in hxge_fill_tx_hdr()
402 ipproto = ip_buf[6]; in hxge_fill_tx_hdr()
406 iph_len, hdrp->bits.l3start, eth_hdr_size, ipproto)); in hxge_fill_tx_hdr()
416 switch (ipproto) { in hxge_fill_tx_hdr()
/titanic_50/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c1769 uint8_t ipproto, iplen, l4len, maclen; in mac_ether_offload_info() local
1804 if (i40e_meoi_get_uint8(mp, off, &ipproto) == -1) in mac_ether_offload_info()
1810 if (i40e_meoi_get_uint8(mp, off, &ipproto) == -1) in mac_ether_offload_info()
1817 meoi->meoi_l4proto = ipproto; in mac_ether_offload_info()
1820 switch (ipproto) { in mac_ether_offload_info()
/titanic_50/usr/src/uts/common/io/nxge/
H A Dnxge_txdma.c470 uint8_t ipproto; in nxge_fill_tx_hdr() local
587 ipproto = ip_buf[9]; in nxge_fill_tx_hdr()
598 ipproto, tmp)); in nxge_fill_tx_hdr()
629 ipproto = ip_buf[6]; in nxge_fill_tx_hdr()
634 ipproto)); in nxge_fill_tx_hdr()
645 switch (ipproto) { in nxge_fill_tx_hdr()
/titanic_50/usr/src/uts/common/io/sfe/
H A Dsfe_util.c227 uint_t ipproto = 0; in gem_dump_packet() local
304 ipproto = p[9]; in gem_dump_packet()
309 ipproto, iplen); in gem_dump_packet()
319 cksum += BE_16(ipproto); in gem_dump_packet()
324 if (ipproto == IPPROTO_TCP) { in gem_dump_packet()
337 } else if (ipproto == IPPROTO_UDP) { in gem_dump_packet()
/titanic_50/usr/src/pkg/manifests/
H A Ddeveloper-dtrace.mf103 file path=usr/demo/dtrace/ipproto.d
/titanic_50/
H A D.gitignore945 usr/src/cmd/dtrace/demo/ipproto.d