Searched refs:setzone (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/cmd/ipf/tools/ |
H A D | ipf.c | 207 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 D | ipfzone.h | 13 int setzone(int);
|
H A D | ipfzone.c | 124 setzone(int fd) in setzone() function
|
H A D | ippool.c | 367 if (setzone(fd) != 0) { 453 if (setzone(fd) != 0) { 709 if (setzone(fd) != 0) { 798 if (setzone(fd) != 0) {
|
H A D | ipnat.c | 208 if (setzone(fd) != 0) {
|
H A D | ipfstat.c | 261 if (setzone(state_fd) != 0) { 272 if (setzone(ipf_fd) != 0) { 512 if (setzone(ipf_fd) != 0) {
|
H A D | ipfs.c | 371 if (setzone(fd) != 0) {
|
H A D | ipmon.c | 1390 if (setzone(fd) != 0) { 1600 if (setzone(fd[i]) != 0) {
|
/titanic_44/usr/src/cmd/ipf/lib/common/ |
H A D | load_hashnode.c | 38 if (setzone(hashfd) != 0) {
|
H A D | load_poolnode.c | 35 if (setzone(poolfd) != 0) {
|
H A D | load_pool.c | 36 if (setzone(poolfd) != 0) {
|
H A D | load_hash.c | 39 if (setzone(hashfd) != 0) {
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | ifconfig.c | 165 static int setzone(char *arg, int64_t param); 303 { "zone", NEXTARG, setzone, 0, AF_ANY }, 304 { "-zone", 0, setzone, 0, AF_ANY }, 2750 setzone(char *arg, int64_t param) in setzone() function
|