Home
last modified time | relevance | path

Searched refs:c_next (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dcpack.c62 next = nd_cpack_next_boundary(cs->c_buf, cs->c_next, wordsize); in nd_cpack_align_and_reserve()
76 if (cs->c_next - cs->c_buf + toskip > cs->c_len) in nd_cpack_advance()
78 cs->c_next += toskip; in nd_cpack_advance()
89 cs->c_next = cs->c_buf; in nd_cpack_init()
106 cs->c_next = next + sizeof(*u); in nd_cpack_uint64()
122 cs->c_next = next + sizeof(*u); in nd_cpack_int64()
138 cs->c_next = next + sizeof(*u); in nd_cpack_uint32()
154 cs->c_next = next + sizeof(*u); in nd_cpack_int32()
170 cs->c_next = next + sizeof(*u); in nd_cpack_uint16()
186 cs->c_next = next + sizeof(*u); in nd_cpack_int16()
[all …]
H A Dcpack.h37 const uint8_t *c_next; member
/freebsd/sbin/ifconfig/
H A Difconfig.h88 struct cmd *c_next; member
104 .c_next = NULL, \
111 .c_next = NULL, \
118 .c_next = NULL, \
125 .c_next = NULL, \
132 .c_next = NULL, \
140 .c_next = NULL, \
147 .c_next = NULL, \
154 .c_next = NULL, \
161 .c_next = NULL, \
H A Difconfig.c992 p->c_next = cmds; in cmd_register()
1001 for (p = cmds; p != NULL; p = p->c_next) in cmd_lookup()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dcallb.c51 struct callb *c_next; /* next in class or on freelist */ member
116 ct->ct_freelist = cp->c_next; in callb_fini()
152 ct->ct_freelist = cp->c_next; in callb_add_common()
169 cp->c_next = ct->ct_first_cb[class]; in callb_add_common()
218 pp = &(*pp)->c_next; in callb_delete()
239 *pp = me->c_next; in callb_delete()
243 me->c_next = ct->ct_freelist; in callb_delete()
267 cp != NULL && ret == NULL; cp = cp->c_next) { in callb_execute_class()
/freebsd/sbin/ggate/ggated/
H A Dggated.c75 LIST_ENTRY(ggd_connection) c_next;
473 LIST_FOREACH_SAFE(conn, &connections, c_next, tconn) { in connection_cleanups()
475 LIST_REMOVE(conn, c_next); in connection_cleanups()
493 LIST_FOREACH(conn, &connections, c_next) { in connection_find()
534 LIST_INSERT_HEAD(&connections, conn, c_next); in connection_new()
577 LIST_REMOVE(conn, c_next); in connection_remove()