HomeSort by: relevance | last modified time | path
    Searched refs:hfrom (Results 1 - 11 of 11) sorted by relevancy

  /src/external/mpl/dhcp/dist/common/
ctrace.c 153 struct hardware *hfrom)
163 if (hfrom) {
164 tip.hfrom = *hfrom;
167 memset (&tip.hfrom, 0, sizeof tip.hfrom);
211 &tip -> hfrom
dlpi.c 634 ssize_t receive_packet (interface, buf, len, from, hfrom)
639 struct hardware *hfrom;
664 * Copy the sender's hw address into hfrom
674 if (hfrom && (srcaddrlen == ABS (sap_len) + phys_len )) {
675 hfrom -> hbuf [0] = interface -> hw_address.hbuf [0];
676 hfrom -> hlen = interface -> hw_address.hlen;
679 memcpy ((char *) &hfrom -> hbuf [1], srcaddr, phys_len);
682 memcpy((char *)&hfrom->hbuf[1], srcaddr + sap_len, phys_len);
685 else if (hfrom) {
686 memset (hfrom, '\0', sizeof *hfrom)
    [all...]
nit.c 342 ssize_t receive_packet (interface, buf, len, from, hfrom)
347 struct hardware *hfrom;
361 offset = decode_hw_header (interface, ibuf, bufix, hfrom);
upf.c 291 ssize_t receive_packet (interface, buf, len, from, hfrom)
296 struct hardware *hfrom;
311 offset = decode_hw_header (interface, ibuf, bufix, hfrom);
lpf.c 378 ssize_t receive_packet (interface, buf, len, from, hfrom)
383 struct hardware *hfrom;
462 offset = decode_hw_header (interface, ibuf, bufix, hfrom);
socket.c 944 ssize_t receive_packet (interface, buf, len, from, hfrom)
949 struct hardware *hfrom;
961 memset(hfrom, 0, sizeof(*hfrom));
1037 * using the unused hfrom parameter avoiding
1041 memcpy(hfrom->hbuf, &ifindex, sizeof(ifindex));
bpf.c 448 ssize_t receive_packet (interface, buf, len, from, hfrom)
453 struct hardware *hfrom;
523 interface->rbuf_offset, hfrom);
discover.c 1100 struct hardware hfrom; local
1117 receive_packet (ip, u.packbuf, sizeof u, &from, &hfrom)) < 0) {
1138 /* We retrieve the ifindex from the unused hfrom variable */
1141 memcpy(&ifindex, hfrom.hbuf, sizeof (ifindex));
1160 from.sin_port, ifrom, &hfrom);
options.c 4012 void do_packet (interface, packet, len, from_port, from, hfrom)
4018 struct hardware *hfrom;
4027 trace_inpacket_stash(interface, packet, len, from_port, from, hfrom);
4040 decoded_packet->haddr = hfrom;
  /src/external/mpl/dhcp/dist/includes/
ctrace.h 42 struct hardware hfrom; member in struct:__anon24423
  /src/external/mpl/dhcp/dist/relay/
dhcrelay.c 885 struct hardware *hfrom) {

Completed in 88 milliseconds