Home | History | Annotate | Download | only in utils

Lines Matching full:static

46 static inline size_t wpabuf_size(const struct wpabuf *buf)
56 static inline size_t wpabuf_len(const struct wpabuf *buf)
66 static inline size_t wpabuf_tailroom(const struct wpabuf *buf)
76 static inline const void * wpabuf_head(const struct wpabuf *buf)
81 static inline const u8 * wpabuf_head_u8(const struct wpabuf *buf)
91 static inline void * wpabuf_mhead(struct wpabuf *buf)
96 static inline u8 * wpabuf_mhead_u8(struct wpabuf *buf)
101 static inline void wpabuf_put_u8(struct wpabuf *buf, u8 data)
107 static inline void wpabuf_put_le16(struct wpabuf *buf, u16 data)
113 static inline void wpabuf_put_le32(struct wpabuf *buf, u32 data)
119 static inline void wpabuf_put_be16(struct wpabuf *buf, u16 data)
125 static inline void wpabuf_put_be24(struct wpabuf *buf, u32 data)
131 static inline void wpabuf_put_be32(struct wpabuf *buf, u32 data)
137 static inline void wpabuf_put_data(struct wpabuf *buf, const void *data,
144 static inline void wpabuf_put_buf(struct wpabuf *dst,
150 static inline void wpabuf_set(struct wpabuf *buf, const void *data, size_t len)
157 static inline void wpabuf_put_str(struct wpabuf *dst, const char *str)