Home
last modified time | relevance | path

Searched refs:mac_t (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dmac.h73 typedef struct mac *mac_t; typedef
89 int mac_free(mac_t _label);
91 int mac_get_fd(int _fd, mac_t _label);
94 int mac_get_peer(int _fd, mac_t _label);
95 int mac_get_pid(pid_t _pid, mac_t _label);
96 int mac_get_proc(mac_t _label);
99 int mac_prepare_file_label(mac_t *_label);
100 int mac_prepare_ifnet_label(mac_t *_label);
101 int mac_prepare_process_label(mac_t *_label);
106 int mac_set_proc(const mac_t _label);
[all …]
/f-stack/tools/ifconfig/
H A Difmac.c58 mac_t label; in maclabel_status()
86 mac_t label; in setifmaclabel()
/f-stack/tools/libutil/
H A Dlogin_class.c492 mac_t label; in setusercontext()