/src/usr.sbin/npf/npfctl/ |
npfctl.h | 161 void npfctl_init_rid(rid_t *, uint32_t, uint32_t, uint8_t); 166 npfvar_t *, npfvar_t *, bool, rid_t, rid_t);
|
npf_data.c | 309 npfctl_init_rid(rid_t *rid, uint32_t id1, uint32_t id2, uint8_t op) 680 npfvar_t *dst_addr, npfvar_t *dst_port, bool fnot, rid_t uid, rid_t gid)
|
/src/sys/net/npf/ |
npf_socket.c | 59 npf_match_rid(rid_t *rid, uint32_t uid_lookup)
|
npf.h | 71 typedef struct r_id rid_t; typedef in typeref:struct:r_id
|
npf_ruleset.c | 123 rid_t uid; 124 rid_t gid; 743 rid_t id;
|
npf_impl.h | 482 int npf_match_rid(rid_t *, uint32_t);
|