HomeSort by: relevance | last modified time | path
    Searched defs:ip_packet (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/ndbootd/
ndbootd.c 175 _ndbootd_ip_cksum(struct ip * ip_packet)
182 assert((((unsigned long) ip_packet) % sizeof(word)) == 0);
188 _word = (u_int16_t *) ip_packet;
189 byte_count = ip_packet->ip_hl << 2;
201 ip_packet->ip_sum = (~checksum);
321 struct ip *ip_packet; local in function:main
505 ip_packet = (struct ip *) & ip_packet_buffer[0];
511 ip_packet = (struct ip *) (ether_packet + 1);
547 memcpy(ip_packet, packet_buffer + sizeof(struct ether_header),
551 || ip_packet->ip_p != IPPROTO_ND)
    [all...]
ndbootd.c 175 _ndbootd_ip_cksum(struct ip * ip_packet)
182 assert((((unsigned long) ip_packet) % sizeof(word)) == 0);
188 _word = (u_int16_t *) ip_packet;
189 byte_count = ip_packet->ip_hl << 2;
201 ip_packet->ip_sum = (~checksum);
321 struct ip *ip_packet; local in function:main
505 ip_packet = (struct ip *) & ip_packet_buffer[0];
511 ip_packet = (struct ip *) (ether_packet + 1);
547 memcpy(ip_packet, packet_buffer + sizeof(struct ether_header),
551 || ip_packet->ip_p != IPPROTO_ND)
    [all...]
ndbootd.c 175 _ndbootd_ip_cksum(struct ip * ip_packet)
182 assert((((unsigned long) ip_packet) % sizeof(word)) == 0);
188 _word = (u_int16_t *) ip_packet;
189 byte_count = ip_packet->ip_hl << 2;
201 ip_packet->ip_sum = (~checksum);
321 struct ip *ip_packet; local in function:main
505 ip_packet = (struct ip *) & ip_packet_buffer[0];
511 ip_packet = (struct ip *) (ether_packet + 1);
547 memcpy(ip_packet, packet_buffer + sizeof(struct ether_header),
551 || ip_packet->ip_p != IPPROTO_ND)
    [all...]

Completed in 31 milliseconds