HomeSort by relevance Sort by last modified time
    Searched refs:nxt_hdr (Results 1 - 4 of 4) sorted by null

  /external/syslinux/gpxe/src/include/gpxe/
ip6.h 41 uint8_t nxt_hdr; member in struct:ip6_header
52 uint8_t nxt_hdr; member in struct:ipv6_pseudo_header
  /external/syslinux/gpxe/src/net/
ipv6.c 151 pshdr.nxt_hdr = ip6hdr->nxt_hdr;
163 DBG ( "IP6 %p src %s dest %s nxt_hdr %d len %d\n", ip6hdr,
165 ip6hdr->nxt_hdr, ntohs ( ip6hdr->payload_len ) );
195 ip6hdr->nxt_hdr = tcpip->tcpip_proto;
258 * @v nxt_hdr Next header number
264 static int ipv6_process_nxt_hdr ( struct io_buffer *iobuf, uint8_t nxt_hdr,
266 switch ( nxt_hdr ) {
273 DBG ( "Function not implemented for header %d\n", nxt_hdr );
282 return tcpip_rx ( iobuf, nxt_hdr, src, dest, 0 /* fixme */ )
    [all...]
icmpv6.c 114 ip6hdr->nxt_hdr = 58;
  /external/ltp/testcases/network/stress/ns-tools/
ns-icmp_redirector.c 690 uint8_t nxt_hdr; /* Next header of IPv6 */ local
696 nxt_hdr = rcvip6_p->hdr.ip6_nxt;
697 switch (nxt_hdr) {

Completed in 185 milliseconds