Home
last modified time | relevance | path

Searched refs:hl (Results 1 – 7 of 7) sorted by relevance

/f-stack/tools/libutil/
H A Dlogin_ok.c184 const char **hl; in login_hostok() local
186 hl = login_getcaplist(lc, allowcap, NULL); in login_hostok()
187 if (hl != NULL && !login_str2inlist(hl, host, ip, FNM_CASEFOLD)) in login_hostok()
191 hl = login_getcaplist(lc, denycap, NULL); in login_hostok()
192 if (hl != NULL && login_str2inlist(hl, host, ip, FNM_CASEFOLD)) in login_hostok()
/f-stack/dpdk/lib/librte_ipsec/
H A Desp_inb.c309 uint32_t i, k, hl; in esp_inb_pkt_prepare() local
323 hl = mb[i]->l2_len + mb[i]->l3_len; in esp_inb_pkt_prepare()
324 rc = inb_pkt_prepare(sa, rsn, mb[i], hl, &icv); in esp_inb_pkt_prepare()
327 inb_cop_prepare(cop[k], sa, mb[i], &icv, hl, rc); in esp_inb_pkt_prepare()
520 uint32_t hl[num], to[num]; in tun_process() local
543 adj = hl[i] + cofs; in tun_process()
554 inh = tun_process_step2(mb[i], ml[i], hl[i], adj, in tun_process()
580 uint32_t hl[num], to[num]; in trs_process() local
606 hl[i] + cofs, tl) == 0) { in trs_process()
609 np = trs_process_step2(mb[i], ml[i], hl[i], cofs, in trs_process()
[all …]
/f-stack/freebsd/netipsec/
H A Dxform_ah.c540 int hl, rplen, authsize, ahsize, error; in ah_input() local
577 hl = sizeof(struct ah) + (ah->ah_len * sizeof (u_int32_t)); in ah_input()
581 if (hl != ahsize) { in ah_input()
583 " for packet in SA %s/%08lx\n", __func__, hl, in ah_input()
601 AHSTAT_ADD(ahs_ibytes, m->m_pkthdr.len - skip - hl); in ah_input()
638 hl = ah->ah_nxt; in ah_input()
669 xd->nxt = hl; in ah_input()
/f-stack/freebsd/contrib/device-tree/Bindings/display/panel/
H A Dinnolux,p097pfg.yaml10 - Lin Huang <hl@rock-chips.com>
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmip.h162 uint32_t hl : 4; member
/f-stack/freebsd/netgraph/
H A Dng_base.c443 const struct hooklist *hl = (const struct hooklist *)start; in ng_generic_linkinfo_getLength() local
445 return hl->nodeinfo.hooks; in ng_generic_linkinfo_getLength()
2613 struct hooklist *hl; in ng_generic_msg() local
2618 NG_MKRESPONSE(resp, msg, sizeof(*hl) + in ng_generic_msg()
2624 hl = (struct hooklist *) resp->data; in ng_generic_msg()
2625 ni = &hl->nodeinfo; in ng_generic_msg()
2636 struct linkinfo *const link = &hl->link[ni->hooks]; in ng_generic_msg()
/f-stack/lib/
H A Dff_ng_base.c447 const struct hooklist *hl = (const struct hooklist *)start; in ng_generic_linkinfo_getLength() local
449 return hl->nodeinfo.hooks; in ng_generic_linkinfo_getLength()
2633 struct hooklist *hl; in ng_generic_msg() local
2638 NG_MKRESPONSE(resp, msg, sizeof(*hl) + in ng_generic_msg()
2644 hl = (struct hooklist *) resp->data; in ng_generic_msg()
2645 ni = &hl->nodeinfo; in ng_generic_msg()
2656 struct linkinfo *const link = &hl->link[ni->hooks]; in ng_generic_msg()