Searched refs:llap (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/test/os-tests/tests/spoof-ras/ |
H A D | spoof-ras.c | 66 struct lifreq *llap) in spoof_get_lla() argument 74 bzero(llap, sizeof (*llap)); in spoof_get_lla() 82 (void) strlcpy(llap->lifr_name, iface, LIFNAMSIZ); in spoof_get_lla() 83 bcopy(&addrp->lifr_addr, &llap->lifr_nd.lnr_addr, in spoof_get_lla() 86 if (ioctl(s, SIOCLIFGETND, llap) < 0) { in spoof_get_lla() 95 spoof_prepare_lla(struct nd_opt_lla *llap, struct lif_nd_req *nce, in spoof_prepare_lla() argument 100 bzero(llap, sizeof (*llap)); in spoof_prepare_lla() 101 llap->nd_opt_lla_type = ND_OPT_SOURCE_LINKADDR; in spoof_prepare_lla() 104 llap->nd_opt_lla_len = optlen / 8; in spoof_prepare_lla() 106 &llap->nd_opt_lla_hdw_addr, nce->lnr_hdw_len); in spoof_prepare_lla() [all …]
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | structure.tex | 327 \renewcommand{\@seccntformat}[1]{\llap{\textcolor{ocre}{\csname the#1\endcsname}\hspace{1em}}} …
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 217 % the \llap here moves out into the left-hand margin. 218 \llap{% 822 \llap{\ignorespaces #2\hskip\inmarginspacing}%
|