| /src/external/mpl/dhcp/dist/includes/ |
| ctrace.h | 51 struct hardware hto; member in struct:__anon24424
|
| ctrace.h | 51 struct hardware hto; member in struct:__anon24424
|
| /src/external/mpl/dhcp/dist/server/ |
| bootp.c | 51 struct hardware hto; local 386 hto.hbuf [0] = packet -> raw -> htype; 387 hto.hlen = packet -> raw -> hlen + 1; 388 memcpy (&hto.hbuf [1], packet -> raw -> chaddr, packet -> raw -> hlen); 426 &to, &hto); 454 outgoing.packet_length, from, &to, &hto);
|
| bootp.c | 51 struct hardware hto; local 386 hto.hbuf [0] = packet -> raw -> htype; 387 hto.hlen = packet -> raw -> hlen + 1; 388 memcpy (&hto.hbuf [1], packet -> raw -> chaddr, packet -> raw -> hlen); 426 &to, &hto); 454 outgoing.packet_length, from, &to, &hto);
|
| dhcp.c | 3898 struct hardware hto; local 4065 hto.hlen = lease -> hardware_addr.hlen; 4066 memcpy (hto.hbuf, lease -> hardware_addr.hbuf, hto.hlen); 4164 from, &to, unicastp ? &hto : NULL);
|
| dhcp.c | 3898 struct hardware hto; local 4065 hto.hlen = lease -> hardware_addr.hlen; 4066 memcpy (hto.hbuf, lease -> hardware_addr.hbuf, hto.hlen); 4164 from, &to, unicastp ? &hto : NULL);
|
| /src/external/mpl/dhcp/dist/relay/ |
| dhcrelay.c | 889 struct hardware hto, *htop; local 937 htop = &hto; 950 memcpy(&hto.hbuf[1], packet->chaddr, packet->hlen); 951 hto.hbuf[0] = packet->htype; 952 hto.hlen = packet->hlen + 1;
|
| dhcrelay.c | 889 struct hardware hto, *htop; local 937 htop = &hto; 950 memcpy(&hto.hbuf[1], packet->chaddr, packet->hlen); 951 hto.hbuf[0] = packet->htype; 952 hto.hlen = packet->hlen + 1;
|