Home
last modified time | relevance | path

Searched refs:emac (Results 1 – 2 of 2) sorted by relevance

/external/openssh/regress/
Dintegrity.sh27 emac=0
61 emac=`expr $emac + 1`; skip=0;;
68 verbose "test $tid: $ecnt errors: mac $emac padding $epad length $elen timeout $etmo"
69 if [ $emac -eq 0 ]; then
73 if [ $emac -ne $expect ]; then
74 fail "$m: expected $expect mac errors, got $emac"
/external/dnsmasq/src/
Drfc2131.c140 unsigned char* emac = NULL; in dhcp_reply() local
256 emac = extended_hwaddr(mess->htype, mess->hlen, mess->chaddr, clid_len, clid, &emac_len); in dhcp_reply()
686 log_packet("PXE", &mess->yiaddr, emac, emac_len, iface_name, (char*) mess->file, in dhcp_reply()
724 log_packet("PXE", NULL, emac, emac_len, iface_name, in dhcp_reply()
751 log_packet("DHCPDECLINE", option_ptr(opt, 0), emac, emac_len, iface_name, in dhcp_reply()
779 … log_packet("DHCPRELEASE", &mess->ciaddr, emac, emac_len, iface_name, message, mess->xid); in dhcp_reply()
838 else if (!address_allocate(context, &mess->yiaddr, emac, emac_len, netid, now)) in dhcp_reply()
842 log_packet("DHCPDISCOVER", opt ? option_ptr(opt, 0) : NULL, emac, emac_len, iface_name, in dhcp_reply()
847 log_packet("DHCPOFFER", &mess->yiaddr, emac, emac_len, iface_name, NULL, mess->xid); in dhcp_reply()
931 log_packet("DHCPREQUEST", &mess->yiaddr, emac, emac_len, iface_name, NULL, mess->xid); in dhcp_reply()
[all …]