Searched refs:oid_fill (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_dn_glue.c | 297 oid_fill(struct dn_id *oid, int len, int type, uintptr_t id) in oid_fill() function 309 oid_fill(ret, len, type, 0); in o_next() 382 oid_fill((void *)&cmd, sizeof(cmd), DN_CMD_DELETE, DN_API_VERSION); in dn_compat_del() 803 oid_fill(&oid, sizeof(oid), DN_CMD_FLUSH, DN_API_VERSION); in ip_dummynet_compat()
|
| /f-stack/tools/ipfw/ |
| H A D | dummynet.c | 131 oid_fill(struct dn_id *oid, int len, int type, uintptr_t id) in oid_fill() function 144 oid_fill(ret, len, type, 0); in o_next() 238 oid_fill(&ep->oid, l, DN_CMD_GET, DN_API_VERSION); in get_extra_parms() 669 oid_fill((void *)&cmd, sizeof(cmd), DN_CMD_DELETE, DN_API_VERSION); in ipfw_delete_pipe() 1852 oid_fill(&oid, sizeof(oid), DN_CMD_FLUSH, DN_API_VERSION); in dummynet_flush() 1932 oid_fill(oid, l, DN_CMD_GET, DN_API_VERSION); in dummynet_list()
|