Home
last modified time | relevance | path

Searched refs:setzone (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf.c207 if (setzone(fd) != 0) {
332 if (xfd >= 0 && setzone(xfd) != 0) {
354 if (xfd >= 0 && setzone(xfd) != 0) {
551 if (setzone(vfd) != 0) { in showversion()
H A Dipfzone.h13 int setzone(int);
H A Dipfzone.c124 setzone(int fd) in setzone() function
H A Dippool.c368 if (setzone(fd) != 0) {
454 if (setzone(fd) != 0) {
700 if (setzone(fd) != 0) {
789 if (setzone(fd) != 0) {
H A Dipnat.c197 if (setzone(fd) != 0) { in main()
H A Dipfstat.c261 if (setzone(state_fd) != 0) {
272 if (setzone(ipf_fd) != 0) {
512 if (setzone(ipf_fd) != 0) {
H A Dipfs.c371 if (setzone(fd) != 0) {
H A Dipmon.c1390 if (setzone(fd) != 0) {
1600 if (setzone(fd[i]) != 0) {
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dload_hashnode.c38 if (setzone(hashfd) != 0) {
H A Dload_poolnode.c35 if (setzone(poolfd) != 0) {
H A Dload_pool.c36 if (setzone(poolfd) != 0) {
H A Dload_hash.c39 if (setzone(hashfd) != 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c165 static int setzone(char *arg, int64_t param);
304 { "zone", NEXTARG, setzone, 0, AF_ANY },
305 { "-zone", 0, setzone, 0, AF_ANY },
2751 setzone(char *arg, int64_t param) in setzone() function