Searched refs:c_next (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/tcpdump/ |
| H A D | cpack.c | 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() 198 *u = GET_U_1(cs->c_next); in nd_cpack_uint8() 201 cs->c_next++; in nd_cpack_uint8() 213 *u = GET_S_1(cs->c_next); in nd_cpack_int8() [all …]
|
| H A D | cpack.h | 37 const uint8_t *c_next; member
|
| /freebsd-14.2/sbin/ifconfig/ |
| H A D | ifconfig.h | 84 struct cmd *c_next; member 100 .c_next = NULL, \ 107 .c_next = NULL, \ 114 .c_next = NULL, \ 121 .c_next = NULL, \ 129 .c_next = NULL, \ 136 .c_next = NULL, \ 143 .c_next = NULL, \ 150 .c_next = NULL, \
|
| H A D | ifconfig.c | 1007 p->c_next = cmds; in cmd_register() 1016 for (p = cmds; p != NULL; p = p->c_next) in cmd_lookup()
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | callb.c | 50 struct callb *c_next; /* next in class or on freelist */ member 115 ct->ct_freelist = cp->c_next; in callb_fini() 151 ct->ct_freelist = cp->c_next; in callb_add_common() 168 cp->c_next = ct->ct_first_cb[class]; in callb_add_common() 217 pp = &(*pp)->c_next; in callb_delete() 238 *pp = me->c_next; in callb_delete() 242 me->c_next = ct->ct_freelist; in callb_delete() 266 cp != NULL && ret == NULL; cp = cp->c_next) { in callb_execute_class()
|
| /freebsd-14.2/sbin/ggate/ggated/ |
| H A D | ggated.c | 75 LIST_ENTRY(ggd_connection) c_next; 415 LIST_FOREACH_SAFE(conn, &connections, c_next, tconn) { in connection_cleanups() 417 LIST_REMOVE(conn, c_next); in connection_cleanups() 435 LIST_FOREACH(conn, &connections, c_next) { in connection_find() 476 LIST_INSERT_HEAD(&connections, conn, c_next); in connection_new() 519 LIST_REMOVE(conn, c_next); in connection_remove()
|