OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indirect_ioctl
(Results
1 - 11
of
11
) sorted by relevancy
/src/sbin/ifconfig/
util.h
31
int
indirect_ioctl
(prop_dictionary_t, unsigned long, void *);
l2tp.c
125
if (
indirect_ioctl
(env, SIOCGL2TP, l2tpr) == -1)
138
if (
indirect_ioctl
(env, SIOCDL2TPSESSION, &l2tpr) == -1)
143
if (
indirect_ioctl
(env, SIOCSL2TPSTATE, &l2tpr) == -1)
174
if (
indirect_ioctl
(env, SIOCSL2TPSESSION, &l2tpr) == -1)
179
if (
indirect_ioctl
(env, SIOCSL2TPSTATE, &l2tpr) == -1)
192
if (
indirect_ioctl
(env, SIOCDL2TPCOOKIE, &l2tpr) == -1)
229
if (
indirect_ioctl
(env, SIOCSL2TPCOOKIE, &l2tpr) == -1)
vlan.c
106
if (
indirect_ioctl
(env, SIOCGETVLAN, vlr) == -1)
128
if (
indirect_ioctl
(env, SIOCSETVLAN, &vlr) == -1)
156
if (
indirect_ioctl
(env, SIOCSETVLAN, &vlr) == -1)
agr.c
118
if (
indirect_ioctl
(env, SIOCSETAGR, &ar) == -1)
143
if (
indirect_ioctl
(env, SIOCGETAGR, &ar) == -1) {
pfsync.c
94
if (
indirect_ioctl
(env, SIOCSETPFSYNC, pfsyncr) == -1)
103
return
indirect_ioctl
(env, SIOCGETPFSYNC, pfsyncr);
lagg.c
277
if (
indirect_ioctl
(env, SIOCGLAGG, req) == 0)
387
if (
indirect_ioctl
(env, SIOCSLAGG, &req) == -1)
438
rv =
indirect_ioctl
(env, SIOCSLAGG, req);
501
if (
indirect_ioctl
(env, SIOCSLAGG, &req_del) == -1) {
512
if (
indirect_ioctl
(env, SIOCSLAGG, &req_add) == -1) {
552
if (
indirect_ioctl
(env, SIOCSLAGG, &req) == -1) {
587
if (
indirect_ioctl
(env, SIOCSLAGG, &req_del) == -1) {
598
if (
indirect_ioctl
(env, SIOCSLAGG, &req_add) == -1) {
carp.c
119
if (
indirect_ioctl
(env, SIOCSVH, carpr) == -1)
128
return
indirect_ioctl
(env, SIOCGVH, carpr);
tunnel.c
141
if (
indirect_ioctl
(env, SIOCDIFPHYADDR, NULL) == -1)
util.c
231
indirect_ioctl
(prop_dictionary_t env, unsigned long cmd, void *data)
function in typeref:typename:int
ieee80211.c
261
if (
indirect_ioctl
(env, SIOCS80211NWID, &nwid) == -1)
611
if (
indirect_ioctl
(env, SIOCG80211NWID, &nwid) == -1)
ifconfig.c
962
if (
indirect_ioctl
(env, (unsigned long)cmd, NULL) == -1) {
Completed in 16 milliseconds
Indexes created Mon Oct 13 05:10:05 GMT 2025