Home
last modified time | relevance | path

Searched refs:set_hdr (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/gencat/
H A Dgencat.c483 struct _nls_set_hdr *set_hdr; local
536 set_hdr = (struct _nls_set_hdr *)(void *)((char *)msgcat +
568 set_hdr->__setno = htonl(set->setId);
569 set_hdr->__nmsgs = htonl(nmsgs);
570 set_hdr->__index = htonl(msg_index);
572 set_hdr++;
/freebsd/lib/libc/nls/
H A Dmsgcat.c279 struct _nls_set_hdr *set_hdr; in catgets() local
289 set_hdr = (struct _nls_set_hdr *)(void *)((char *)catd->__data + in catgets()
297 r = set_id - ntohl((u_int32_t)set_hdr[i].__setno); in catgets()
305 l = ntohl((u_int32_t)set_hdr[i].__index); in catgets()
306 u = l + ntohl((u_int32_t)set_hdr[i].__nmsgs) - 1; in catgets()
/freebsd/sys/netpfil/pf/
H A Dpflow.c573 struct pflow_set_header set_hdr; in pflow_get_mbuf() local
613 set_hdr.set_length = 0; in pflow_get_mbuf()
614 set_hdr.set_id = htons(set_id); in pflow_get_mbuf()
615 m_copyback(m, 0, PFLOW_SET_HDRLEN, (caddr_t)&set_hdr); in pflow_get_mbuf()
1181 struct pflow_set_header *set_hdr; in pflow_sendout_ipfix() local
1224 set_hdr = mtod(m, struct pflow_set_header *); in pflow_sendout_ipfix()
1225 set_hdr->set_length = htons(set_length); in pflow_sendout_ipfix()