Home
last modified time | relevance | path

Searched defs:zb (Results 1 – 25 of 744) sorted by relevance

12345678910>>...30

/dports/net/frr7-pythontools/frr-frr-7.5.1/nhrpd/
H A Dzbuf.h37 static inline size_t zbuf_size(struct zbuf *zb) in zbuf_size()
42 static inline size_t zbuf_used(struct zbuf *zb) in zbuf_used()
47 static inline size_t zbuf_tailroom(struct zbuf *zb) in zbuf_tailroom()
52 static inline size_t zbuf_headroom(struct zbuf *zb) in zbuf_headroom()
64 static inline void zbuf_set_rerror(struct zbuf *zb) in zbuf_set_rerror()
70 static inline void zbuf_set_werror(struct zbuf *zb) in zbuf_set_werror()
89 #define zbuf_pulln(zb, sz) (__zbuf_pull(zb, sz, 1)) argument
102 static inline uint8_t zbuf_get8(struct zbuf *zb) in zbuf_get8()
110 static inline uint32_t zbuf_get32(struct zbuf *zb) in zbuf_get32()
122 static inline uint16_t zbuf_get_be16(struct zbuf *zb) in zbuf_get_be16()
[all …]
H A Dzbuf.c28 struct zbuf *zb; in zbuf_alloc() local
48 void zbuf_free(struct zbuf *zb) in zbuf_free()
54 void zbuf_reset(struct zbuf *zb) in zbuf_reset()
60 void zbuf_reset_head(struct zbuf *zb, void *ptr) in zbuf_reset_head()
66 static void zbuf_remove_headroom(struct zbuf *zb) in zbuf_remove_headroom()
76 ssize_t zbuf_read(struct zbuf *zb, int fd, size_t maxlen) in zbuf_read()
98 ssize_t zbuf_write(struct zbuf *zb, int fd) in zbuf_write()
118 ssize_t zbuf_recv(struct zbuf *zb, int fd) in zbuf_recv()
136 ssize_t zbuf_send(struct zbuf *zb, int fd) in zbuf_send()
182 void zbufq_queue(struct zbuf_queue *zbq, struct zbuf *zb) in zbufq_queue()
[all …]
H A Dznl.c27 void *znl_push(struct zbuf *zb, size_t n) in znl_push()
32 void *znl_pull(struct zbuf *zb, size_t n) in znl_pull()
37 struct nlmsghdr *znl_nlmsg_push(struct zbuf *zb, uint16_t type, uint16_t flags) in znl_nlmsg_push()
51 void znl_nlmsg_complete(struct zbuf *zb, struct nlmsghdr *n) in znl_nlmsg_complete()
56 struct nlmsghdr *znl_nlmsg_pull(struct zbuf *zb, struct zbuf *payload) in znl_nlmsg_pull()
72 struct rtattr *znl_rta_push(struct zbuf *zb, uint16_t type, const void *val, in znl_rta_push()
93 struct rtattr *znl_rta_push_u32(struct zbuf *zb, uint16_t type, uint32_t val) in znl_rta_push_u32()
98 struct rtattr *znl_rta_nested_push(struct zbuf *zb, uint16_t type) in znl_rta_nested_push()
112 void znl_rta_nested_complete(struct zbuf *zb, struct rtattr *rta) in znl_rta_nested_complete()
125 struct rtattr *znl_rta_pull(struct zbuf *zb, struct zbuf *payload) in znl_rta_pull()
H A Dnhrp_packet.c47 struct nhrp_packet_header *nhrp_packet_push(struct zbuf *zb, uint8_t type, in nhrp_packet_push()
79 struct nhrp_packet_header *nhrp_packet_pull(struct zbuf *zb, in nhrp_packet_pull()
122 void nhrp_packet_complete(struct zbuf *zb, struct nhrp_packet_header *hdr) in nhrp_packet_complete()
137 struct nhrp_cie_header *nhrp_cie_push(struct zbuf *zb, uint8_t code, in nhrp_cie_push()
160 struct nhrp_cie_header *nhrp_cie_pull(struct zbuf *zb, in nhrp_cie_pull()
193 nhrp_ext_push(struct zbuf *zb, struct nhrp_packet_header *hdr, uint16_t type) in nhrp_ext_push()
211 void nhrp_ext_complete(struct zbuf *zb, struct nhrp_extension_header *ext) in nhrp_ext_complete()
217 struct nhrp_extension_header *nhrp_ext_pull(struct zbuf *zb, in nhrp_ext_pull()
232 void nhrp_ext_request(struct zbuf *zb, struct nhrp_packet_header *hdr, in nhrp_ext_request()
247 int nhrp_ext_reply(struct zbuf *zb, struct nhrp_packet_header *hdr, in nhrp_ext_reply()
[all …]
H A Dnetlink_arp.c39 struct zbuf *zb = zbuf_alloc(512); in netlink_update_binding() local
61 static void netlink_neigh_msg(struct nlmsghdr *msg, struct zbuf *zb) in netlink_neigh_msg()
139 struct zbuf payload, zb; in netlink_route_recv() local
168 struct zbuf *zb = zbuf_alloc(512); in netlink_log_register() local
186 static void netlink_log_indication(struct nlmsghdr *msg, struct zbuf *zb) in netlink_log_indication()
232 struct zbuf payload, zb; in netlink_log_recv() local
294 struct zbuf *zb = zbuf_alloc(512); in netlink_configure_arp() local
H A Dnetlink_gre.c27 static int __netlink_gre_get_data(struct zbuf *zb, struct zbuf *data, in __netlink_gre_get_data()
86 struct zbuf *zb = zbuf_alloc(8192), data, rtapl; in netlink_gre_get_info() local
120 struct zbuf *zb = zbuf_alloc(8192); in netlink_gre_set_link() local
/dports/net/frr7/frr-frr-7.5.1/nhrpd/
H A Dzbuf.h37 static inline size_t zbuf_size(struct zbuf *zb) in zbuf_size()
42 static inline size_t zbuf_used(struct zbuf *zb) in zbuf_used()
47 static inline size_t zbuf_tailroom(struct zbuf *zb) in zbuf_tailroom()
52 static inline size_t zbuf_headroom(struct zbuf *zb) in zbuf_headroom()
64 static inline void zbuf_set_rerror(struct zbuf *zb) in zbuf_set_rerror()
70 static inline void zbuf_set_werror(struct zbuf *zb) in zbuf_set_werror()
89 #define zbuf_pulln(zb, sz) (__zbuf_pull(zb, sz, 1)) argument
102 static inline uint8_t zbuf_get8(struct zbuf *zb) in zbuf_get8()
110 static inline uint32_t zbuf_get32(struct zbuf *zb) in zbuf_get32()
122 static inline uint16_t zbuf_get_be16(struct zbuf *zb) in zbuf_get_be16()
[all …]
H A Dzbuf.c28 struct zbuf *zb; in zbuf_alloc() local
48 void zbuf_free(struct zbuf *zb) in zbuf_free()
54 void zbuf_reset(struct zbuf *zb) in zbuf_reset()
60 void zbuf_reset_head(struct zbuf *zb, void *ptr) in zbuf_reset_head()
66 static void zbuf_remove_headroom(struct zbuf *zb) in zbuf_remove_headroom()
76 ssize_t zbuf_read(struct zbuf *zb, int fd, size_t maxlen) in zbuf_read()
98 ssize_t zbuf_write(struct zbuf *zb, int fd) in zbuf_write()
118 ssize_t zbuf_recv(struct zbuf *zb, int fd) in zbuf_recv()
136 ssize_t zbuf_send(struct zbuf *zb, int fd) in zbuf_send()
182 void zbufq_queue(struct zbuf_queue *zbq, struct zbuf *zb) in zbufq_queue()
[all …]
H A Dznl.c27 void *znl_push(struct zbuf *zb, size_t n) in znl_push()
32 void *znl_pull(struct zbuf *zb, size_t n) in znl_pull()
37 struct nlmsghdr *znl_nlmsg_push(struct zbuf *zb, uint16_t type, uint16_t flags) in znl_nlmsg_push()
51 void znl_nlmsg_complete(struct zbuf *zb, struct nlmsghdr *n) in znl_nlmsg_complete()
56 struct nlmsghdr *znl_nlmsg_pull(struct zbuf *zb, struct zbuf *payload) in znl_nlmsg_pull()
72 struct rtattr *znl_rta_push(struct zbuf *zb, uint16_t type, const void *val, in znl_rta_push()
93 struct rtattr *znl_rta_push_u32(struct zbuf *zb, uint16_t type, uint32_t val) in znl_rta_push_u32()
98 struct rtattr *znl_rta_nested_push(struct zbuf *zb, uint16_t type) in znl_rta_nested_push()
112 void znl_rta_nested_complete(struct zbuf *zb, struct rtattr *rta) in znl_rta_nested_complete()
125 struct rtattr *znl_rta_pull(struct zbuf *zb, struct zbuf *payload) in znl_rta_pull()
H A Dnhrp_packet.c47 struct nhrp_packet_header *nhrp_packet_push(struct zbuf *zb, uint8_t type, in nhrp_packet_push()
79 struct nhrp_packet_header *nhrp_packet_pull(struct zbuf *zb, in nhrp_packet_pull()
122 void nhrp_packet_complete(struct zbuf *zb, struct nhrp_packet_header *hdr) in nhrp_packet_complete()
137 struct nhrp_cie_header *nhrp_cie_push(struct zbuf *zb, uint8_t code, in nhrp_cie_push()
160 struct nhrp_cie_header *nhrp_cie_pull(struct zbuf *zb, in nhrp_cie_pull()
193 nhrp_ext_push(struct zbuf *zb, struct nhrp_packet_header *hdr, uint16_t type) in nhrp_ext_push()
211 void nhrp_ext_complete(struct zbuf *zb, struct nhrp_extension_header *ext) in nhrp_ext_complete()
217 struct nhrp_extension_header *nhrp_ext_pull(struct zbuf *zb, in nhrp_ext_pull()
232 void nhrp_ext_request(struct zbuf *zb, struct nhrp_packet_header *hdr, in nhrp_ext_request()
247 int nhrp_ext_reply(struct zbuf *zb, struct nhrp_packet_header *hdr, in nhrp_ext_reply()
[all …]
H A Dnetlink_arp.c39 struct zbuf *zb = zbuf_alloc(512); in netlink_update_binding() local
61 static void netlink_neigh_msg(struct nlmsghdr *msg, struct zbuf *zb) in netlink_neigh_msg()
139 struct zbuf payload, zb; in netlink_route_recv() local
168 struct zbuf *zb = zbuf_alloc(512); in netlink_log_register() local
186 static void netlink_log_indication(struct nlmsghdr *msg, struct zbuf *zb) in netlink_log_indication()
232 struct zbuf payload, zb; in netlink_log_recv() local
294 struct zbuf *zb = zbuf_alloc(512); in netlink_configure_arp() local
H A Dnetlink_gre.c27 static int __netlink_gre_get_data(struct zbuf *zb, struct zbuf *data, in __netlink_gre_get_data()
86 struct zbuf *zb = zbuf_alloc(8192), data, rtapl; in netlink_gre_get_info() local
120 struct zbuf *zb = zbuf_alloc(8192); in netlink_gre_set_link() local
/dports/net/quagga/quagga-1.2.4/nhrpd/
H A Dzbuf.h37 static inline size_t zbuf_size(struct zbuf *zb) in zbuf_size()
42 static inline size_t zbuf_used(struct zbuf *zb) in zbuf_used()
47 static inline size_t zbuf_tailroom(struct zbuf *zb) in zbuf_tailroom()
52 static inline size_t zbuf_headroom(struct zbuf *zb) in zbuf_headroom()
64 static inline void zbuf_set_rerror(struct zbuf *zb) in zbuf_set_rerror()
70 static inline void zbuf_set_werror(struct zbuf *zb) in zbuf_set_werror()
88 #define zbuf_pulln(zb, sz) ((void *)__zbuf_pull(zb, sz, 1)) argument
100 static inline uint8_t zbuf_get8(struct zbuf *zb) in zbuf_get8()
107 static inline uint32_t zbuf_get32(struct zbuf *zb) in zbuf_get32()
118 static inline uint16_t zbuf_get_be16(struct zbuf *zb) in zbuf_get_be16()
[all …]
H A Dzbuf.c24 struct zbuf *zb; in zbuf_alloc() local
46 void zbuf_free(struct zbuf *zb) in zbuf_free()
52 void zbuf_reset(struct zbuf *zb) in zbuf_reset()
58 void zbuf_reset_head(struct zbuf *zb, void *ptr) in zbuf_reset_head()
64 static void zbuf_remove_headroom(struct zbuf *zb) in zbuf_remove_headroom()
74 ssize_t zbuf_read(struct zbuf *zb, int fd, size_t maxlen) in zbuf_read()
93 ssize_t zbuf_write(struct zbuf *zb, int fd) in zbuf_write()
112 ssize_t zbuf_recv(struct zbuf *zb, int fd) in zbuf_recv()
127 ssize_t zbuf_send(struct zbuf *zb, int fd) in zbuf_send()
171 void zbufq_queue(struct zbuf_queue *zbq, struct zbuf *zb) in zbufq_queue()
[all …]
H A Dznl.c23 void *znl_push(struct zbuf *zb, size_t n) in znl_push()
28 void *znl_pull(struct zbuf *zb, size_t n) in znl_pull()
33 struct nlmsghdr *znl_nlmsg_push(struct zbuf *zb, uint16_t type, uint16_t flags) in znl_nlmsg_push()
47 void znl_nlmsg_complete(struct zbuf *zb, struct nlmsghdr *n) in znl_nlmsg_complete()
52 struct nlmsghdr *znl_nlmsg_pull(struct zbuf *zb, struct zbuf *payload) in znl_nlmsg_pull()
67 struct rtattr *znl_rta_push(struct zbuf *zb, uint16_t type, const void *val, size_t len) in znl_rta_push()
87 struct rtattr *znl_rta_push_u32(struct zbuf *zb, uint16_t type, uint32_t val) in znl_rta_push_u32()
92 struct rtattr *znl_rta_nested_push(struct zbuf *zb, uint16_t type) in znl_rta_nested_push()
105 void znl_rta_nested_complete(struct zbuf *zb, struct rtattr *rta) in znl_rta_nested_complete()
117 struct rtattr *znl_rta_pull(struct zbuf *zb, struct zbuf *payload) in znl_rta_pull()
H A Dnhrp_packet.c40 struct zbuf *zb, uint8_t type, in nhrp_packet_push()
69 struct zbuf *zb, in nhrp_packet_pull()
112 void nhrp_packet_complete(struct zbuf *zb, struct nhrp_packet_header *hdr) in nhrp_packet_complete()
126 struct zbuf *zb, in nhrp_cie_push()
150 struct zbuf *zb, in nhrp_cie_pull()
181 struct nhrp_extension_header *nhrp_ext_push(struct zbuf *zb, struct nhrp_packet_header *hdr, uint16… in nhrp_ext_push()
197 void nhrp_ext_complete(struct zbuf *zb, struct nhrp_extension_header *ext) in nhrp_ext_complete()
202 struct nhrp_extension_header *nhrp_ext_pull(struct zbuf *zb, struct zbuf *payload) in nhrp_ext_pull()
215 void nhrp_ext_request(struct zbuf *zb, struct nhrp_packet_header *hdr, struct interface *ifp) in nhrp_ext_request()
223 int nhrp_ext_reply(struct zbuf *zb, struct nhrp_packet_header *hdr, struct interface *ifp, struct n… in nhrp_ext_reply()
[all …]
H A Dnetlink_arp.c34 struct zbuf *zb = zbuf_alloc(512); in netlink_update_binding() local
53 static void netlink_neigh_msg(struct nlmsghdr *msg, struct zbuf *zb) in netlink_neigh_msg()
109 struct zbuf payload, zb; in netlink_route_recv() local
137 struct zbuf *zb = zbuf_alloc(512); in netlink_log_register() local
154 static void netlink_log_indication(struct nlmsghdr *msg, struct zbuf *zb) in netlink_log_indication()
199 struct zbuf payload, zb; in netlink_log_recv() local
251 struct zbuf *zb = zbuf_alloc(512); in netlink_configure_arp() local
H A Dnetlink_gre.c23 static int __netlink_gre_get_data(struct zbuf *zb, struct zbuf *data, int ifindex) in __netlink_gre_get_data()
76 struct zbuf *zb = zbuf_alloc(8192), data, rtapl; in netlink_gre_get_info() local
110 struct zbuf *zb = zbuf_alloc(8192); in netlink_gre_set_link() local
/dports/net/nmsg/nmsg-1.0.1/nmsg/
H A Dzbuf.c38 struct nmsg_zbuf *zb; in nmsg_zbuf_deflate_init() local
61 struct nmsg_zbuf *zb; in nmsg_zbuf_inflate_init() local
84 nmsg_zbuf_destroy(nmsg_zbuf_t *zb) { in nmsg_zbuf_destroy()
96 nmsg_zbuf_deflate(nmsg_zbuf_t zb, size_t len, u_char *buf, in nmsg_zbuf_deflate()
121 nmsg_zbuf_inflate(nmsg_zbuf_t zb, size_t z_len, u_char *z_buf, in nmsg_zbuf_inflate()
/dports/devel/pecl-event/event-3.0.6/php5/src/
H A Dutil.h69 #define PHP_EVENT_FETCH_BEVENT(b, zb) \ argument
72 #define PHP_EVENT_FETCH_BUFFER(b, zb) \ argument
75 #define PHP_EVENT_FETCH_DNS_BASE(b, zb) \ argument
78 #define PHP_EVENT_FETCH_LISTENER(b, zb) \ argument
81 #define PHP_EVENT_FETCH_HTTP_CONN(b, zb) \ argument
84 #define PHP_EVENT_FETCH_HTTP(b, zb) \ argument
87 #define PHP_EVENT_FETCH_HTTP_REQ(b, zb) \ argument
/dports/math/fxt/fxt/src/comb/
H A Dprint-zero-map-rgs.cc33 bool zb/*=true*/) in print_zero_map_rgs_as_fp_rgs()
61 bool zb/*=true*/) in print_zero_map_rgs_as_fp_dist_rgs()
87 bool zb/*=false*/, in print_zero_map_rgs_setpart()
/dports/devel/allegro/allegro-4.4.3.1/src/c/
H A Dczscan.h33 ZBUF_PTR zb; in FUNC_POLY_ZBUF_FLAT() local
66 ZBUF_PTR zb; in FUNC_POLY_ZBUF_GCOL() local
101 ZBUF_PTR zb; in FUNC_POLY_ZBUF_GRGB() local
142 ZBUF_PTR zb; in FUNC_POLY_ZBUF_ATEX() local
187 ZBUF_PTR zb; in FUNC_POLY_ZBUF_ATEX_MASK() local
235 ZBUF_PTR zb; in FUNC_POLY_ZBUF_ATEX_LIT() local
286 ZBUF_PTR zb; in FUNC_POLY_ZBUF_ATEX_MASK_LIT() local
337 ZBUF_PTR zb; in FUNC_POLY_ZBUF_PTEX() local
384 ZBUF_PTR zb; in FUNC_POLY_ZBUF_PTEX_MASK() local
435 ZBUF_PTR zb; in FUNC_POLY_ZBUF_PTEX_LIT() local
[all …]
/dports/math/R-cran-SQUAREM/SQUAREM/demo/
H A Dmmlogistic.R53 zb <- c(Z %*% par) vector
64 zb <- c(Z %*% par) vector
78 zb <- c(Z %*% par) vector
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwdft/rt_tddft/matutils/
H A Dga_zadd.F5 subroutine ga_zadd(za, g_a, zb, g_b, g_c) argument
13 double complex za, zb local
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwdft/rt_tddft/matutils/
H A Dga_zadd.F5 subroutine ga_zadd(za, g_a, zb, g_b, g_c) argument
13 double complex za, zb local

12345678910>>...30