- Fix indentation lost by 'diff -b'.
- Un-wrap short line.
This commit is contained in:
parent
e68f77a69e
commit
2964fb6538
@ -314,9 +314,9 @@ arprequest(ifp, sip, tip, enaddr)
|
|||||||
return;
|
return;
|
||||||
m->m_len = sizeof(*ah) + 2*sizeof(struct in_addr) +
|
m->m_len = sizeof(*ah) + 2*sizeof(struct in_addr) +
|
||||||
2*ifp->if_data.ifi_addrlen;
|
2*ifp->if_data.ifi_addrlen;
|
||||||
m->m_pkthdr.len = m->m_len;
|
m->m_pkthdr.len = m->m_len;
|
||||||
MH_ALIGN(m, m->m_len);
|
MH_ALIGN(m, m->m_len);
|
||||||
ah = mtod(m, struct arphdr *);
|
ah = mtod(m, struct arphdr *);
|
||||||
bzero((caddr_t)ah, m->m_len);
|
bzero((caddr_t)ah, m->m_len);
|
||||||
#ifdef MAC
|
#ifdef MAC
|
||||||
mac_create_mbuf_linklayer(ifp, m);
|
mac_create_mbuf_linklayer(ifp, m);
|
||||||
@ -695,8 +695,7 @@ match:
|
|||||||
la->la_asked = 0;
|
la->la_asked = 0;
|
||||||
la->la_preempt = arp_maxtries;
|
la->la_preempt = arp_maxtries;
|
||||||
if (la->la_hold) {
|
if (la->la_hold) {
|
||||||
(*ifp->if_output)(ifp, la->la_hold,
|
(*ifp->if_output)(ifp, la->la_hold, rt_key(rt), rt);
|
||||||
rt_key(rt), rt);
|
|
||||||
la->la_hold = 0;
|
la->la_hold = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user