Home | History | Annotate | Download | only in src

Lines Matching refs:mess

154 void send_via_bpf(struct dhcp_packet *mess, size_t len,
176 if (mess->htype != ARPHRD_ETHER || mess->hlen != ETHER_ADDR_LEN)
179 mess->htype, ifr->ifr_name);
190 if (ntohs(mess->flags) & 0x8000)
197 memcpy(ether.ether_dhost, mess->chaddr, ETHER_ADDR_LEN);
198 ip.ip_dst.s_addr = mess->yiaddr.s_addr;
222 ((char *)mess)[len] = 0; /* for checksum, in case length is odd. */
233 sum += ((u16 *)mess)[i];
246 iov[3].iov_base = mess;