Symbol: interface
crypto/krb5/src/lib/krb5/krb/plugin.c
135
register_module(krb5_context context, struct plugin_interface *interface,
crypto/krb5/src/lib/krb5/krb/plugin.c
143
list = interface->modules;
crypto/krb5/src/lib/krb5/krb/plugin.c
145
list = realloc(interface->modules, (count + 2) * sizeof(*list));
crypto/krb5/src/lib/krb5/krb/plugin.c
149
interface->modules = list;
crypto/krb5/src/lib/krb5/krb/plugin.c
306
struct plugin_interface *interface = &context->plugins[id];
crypto/krb5/src/lib/krb5/krb/plugin.c
309
if (interface->configured)
crypto/krb5/src/lib/krb5/krb/plugin.c
329
ret = make_full_list(context, modstrs, &interface->modules);
crypto/krb5/src/lib/krb5/krb/plugin.c
336
remove_disabled_modules(interface->modules, disable);
crypto/krb5/src/lib/krb5/krb/plugin.c
340
filter_enabled_modules(interface->modules, enable);
crypto/krb5/src/lib/krb5/krb/plugin.c
396
struct plugin_interface *interface = get_interface(context, interface_id);
crypto/krb5/src/lib/krb5/krb/plugin.c
399
if (interface == NULL)
crypto/krb5/src/lib/krb5/krb/plugin.c
404
for (mp = interface->modules; mp != NULL && *mp != NULL; mp++) {
crypto/krb5/src/lib/krb5/krb/plugin.c
426
struct plugin_interface *interface = get_interface(context, interface_id);
crypto/krb5/src/lib/krb5/krb/plugin.c
431
if (interface == NULL)
crypto/krb5/src/lib/krb5/krb/plugin.c
438
mp = interface->modules;
crypto/krb5/src/lib/krb5/krb/plugin.c
446
for (mp = interface->modules; mp != NULL && *mp != NULL; mp++) {
crypto/krb5/src/lib/krb5/krb/plugin.c
467
struct plugin_interface *interface = get_interface(context, interface_id);
crypto/krb5/src/lib/krb5/krb/plugin.c
469
if (interface == NULL)
crypto/krb5/src/lib/krb5/krb/plugin.c
474
if (interface->configured)
crypto/krb5/src/lib/krb5/krb/plugin.c
477
return register_module(context, interface, modname, NULL, module);
crypto/krb5/src/lib/krb5/krb/plugin.c
485
struct plugin_interface *interface = get_interface(context, interface_id);
crypto/krb5/src/lib/krb5/krb/plugin.c
489
if (interface == NULL || interface->configured)
crypto/krb5/src/lib/krb5/krb/plugin.c
498
ret = register_module(context, interface, modname, path, NULL);
lib/libc/net/sourcefilter.c
140
setipv4sourcefilter(int s, struct in_addr interface, struct in_addr group,
lib/libc/net/sourcefilter.c
161
ifindex = __inaddr_to_index(interface.s_addr);
lib/libc/net/sourcefilter.c
210
getipv4sourcefilter(int s, struct in_addr interface, struct in_addr group,
lib/libc/net/sourcefilter.c
234
ifindex = __inaddr_to_index(interface.s_addr);
lib/libc/net/sourcefilter.c
275
setsourcefilter(int s, uint32_t interface, struct sockaddr *group,
lib/libc/net/sourcefilter.c
318
msfr.msfr_ifindex = interface;
lib/libc/net/sourcefilter.c
332
getsourcefilter(int s, uint32_t interface, struct sockaddr *group,
lib/libc/net/sourcefilter.c
341
if (interface == 0 || group == NULL || numsrc == NULL ||
lib/libc/net/sourcefilter.c
383
msfr.msfr_ifindex = interface;
lib/libpmc/libpmc.c
497
__K8MASK(dram-controller-interface-bypass, 2),
lib/libusb/libusb.h
387
struct libusb_interface *interface;
lib/libusb/libusb.h
533
int libusb_kernel_driver_active(libusb_device_handle * devh, int interface);
lib/libusb/libusb.h
534
int libusb_get_driver_np(libusb_device_handle * devh, int interface, char *name, int namelen);
lib/libusb/libusb.h
535
int libusb_get_driver(libusb_device_handle * devh, int interface, char *name, int namelen);
lib/libusb/libusb.h
536
int libusb_detach_kernel_driver_np(libusb_device_handle * devh, int interface);
lib/libusb/libusb.h
537
int libusb_detach_kernel_driver(libusb_device_handle * devh, int interface);
lib/libusb/libusb.h
538
int libusb_attach_kernel_driver(libusb_device_handle * devh, int interface);
lib/libusb/libusb01.c
1010
usb_detach_kernel_driver_np(usb_dev_handle * dev, int interface)
lib/libusb/libusb01.c
1020
err = libusb20_dev_detach_kernel_driver(pdev, interface);
lib/libusb/libusb01.c
449
bcfg->interface = ps->b.currifcw;
lib/libusb/libusb01.c
452
ps->a.currifc = acfg->interface + x;
lib/libusb/libusb01.c
527
if (cf->interface != NULL) {
lib/libusb/libusb01.c
528
free(cf->interface);
lib/libusb/libusb01.c
529
cf->interface = NULL;
lib/libusb/libusb01.c
766
usb_claim_interface(usb_dev_handle * dev, int interface)
lib/libusb/libusb01.c
770
pdev->claimed_interface = interface;
lib/libusb/libusb01.c
776
usb_release_interface(usb_dev_handle * dev, int interface)
lib/libusb/libusb01.c
982
usb_get_driver_np(usb_dev_handle * dev, int interface, char *name, int namelen)
lib/libusb/libusb01.c
997
err = libusb20_dev_get_iface_desc(pdev, interface, name, namelen);
lib/libusb/libusb10.c
1001
return (libusb_get_driver(pdev, interface, name, namelen));
lib/libusb/libusb10.c
1005
libusb_get_driver(struct libusb20_device *pdev, int interface,
lib/libusb/libusb10.c
1019
pdev, interface, name, namelen);
lib/libusb/libusb10.c
1033
libusb_detach_kernel_driver_np(struct libusb20_device *pdev, int interface)
lib/libusb/libusb10.c
1035
return (libusb_detach_kernel_driver(pdev, interface));
lib/libusb/libusb10.c
1039
libusb_detach_kernel_driver(struct libusb20_device *pdev, int interface)
lib/libusb/libusb10.c
1047
pdev, interface);
lib/libusb/libusb10.c
1053
libusb_attach_kernel_driver(struct libusb20_device *pdev, int interface)
lib/libusb/libusb10.c
550
pinf = &pdconf->interface[i];
lib/libusb/libusb10.c
986
libusb_kernel_driver_active(struct libusb20_device *pdev, int interface)
lib/libusb/libusb10.c
991
if (libusb20_dev_kernel_driver_active(pdev, interface))
lib/libusb/libusb10.c
998
libusb_get_driver_np(struct libusb20_device *pdev, int interface,
lib/libusb/libusb10_desc.c
131
pinf = pconf->interface + i;
lib/libusb/libusb10_desc.c
174
pconfd->interface = (libusb_interface *) (pconfd + 1);
lib/libusb/libusb10_desc.c
176
ifd = (libusb_interface_descriptor *) (pconfd->interface + nif);
lib/libusb/libusb10_desc.c
201
pconfd->interface[i].altsetting = ifd;
lib/libusb/libusb10_desc.c
203
endd += pconf->interface[i].num_endpoints;
lib/libusb/libusb10_desc.c
206
for (j = 0; j < pconf->interface[i].num_altsetting; j++) {
lib/libusb/libusb10_desc.c
208
endd += pconf->interface[i].altsetting[j].num_endpoints;
lib/libusb/libusb10_desc.c
216
pinf = &pconf->interface[i];
lib/libusb/libusb10_desc.c
217
pconfd->interface[i].num_altsetting = pinf->num_altsetting + 1;
lib/libusb/libusb10_desc.c
218
for (j = 0; j < pconfd->interface[i].num_altsetting; j++) {
lib/libusb/libusb10_desc.c
220
pinf = &pconf->interface[i].altsetting[j - 1];
lib/libusb/libusb10_desc.c
221
ifd = &pconfd->interface[i].altsetting[j];
lib/libusb/libusb20_desc.c
155
lub_config->interface = lub_interface;
lib/libusb/libusb20_desc.h
589
struct libusb20_interface *interface;
lib/libusb/usb.h
158
struct usb_interface *interface;
lib/libusb/usb.h
290
int usb_claim_interface(usb_dev_handle * dev, int interface);
lib/libusb/usb.h
291
int usb_release_interface(usb_dev_handle * dev, int interface);
lib/libusb/usb.h
304
int usb_get_driver_np(usb_dev_handle * dev, int interface, char *name, int namelen);
lib/libusb/usb.h
305
int usb_detach_kernel_driver_np(usb_dev_handle * dev, int interface);
sbin/dhclient/bpf.c
339
send_packet_priv(struct interface_info *interface, struct imsg_hdr *hdr, int fd)
sbin/dhclient/bpf.c
364
assemble_hw_header(interface, buf, &bufp);
sbin/dhclient/bpf.c
375
result = writev(interface->wfdesc, iov, 2);
sbin/dhclient/bpf.c
389
result = sendmsg(interface->ufdesc, &msg, 0);
sbin/dhclient/bpf.c
397
receive_packet(struct interface_info *interface, unsigned char *buf,
sbin/dhclient/bpf.c
415
if (interface->rbuf_offset >= interface->rbuf_len) {
sbin/dhclient/bpf.c
416
length = read(interface->rfdesc, interface->rbuf,
sbin/dhclient/bpf.c
417
interface->rbuf_max);
sbin/dhclient/bpf.c
420
interface->rbuf_offset = 0;
sbin/dhclient/bpf.c
421
interface->rbuf_len = length;
sbin/dhclient/bpf.c
429
if (interface->rbuf_len - interface->rbuf_offset <
sbin/dhclient/bpf.c
431
interface->rbuf_offset = interface->rbuf_len;
sbin/dhclient/bpf.c
436
memcpy(&hdr, &interface->rbuf[interface->rbuf_offset],
sbin/dhclient/bpf.c
443
if (interface->rbuf_offset + hdr.bh_hdrlen + hdr.bh_caplen >
sbin/dhclient/bpf.c
444
interface->rbuf_len) {
sbin/dhclient/bpf.c
445
interface->rbuf_offset = interface->rbuf_len;
sbin/dhclient/bpf.c
450
interface->rbuf_offset += hdr.bh_hdrlen;
sbin/dhclient/bpf.c
458
interface->rbuf_offset =
sbin/dhclient/bpf.c
459
BPF_WORDALIGN(interface->rbuf_offset +
sbin/dhclient/bpf.c
465
offset = decode_hw_header(interface->rbuf,
sbin/dhclient/bpf.c
466
interface->rbuf_offset, hfrom);
sbin/dhclient/bpf.c
474
interface->rbuf_offset =
sbin/dhclient/bpf.c
475
BPF_WORDALIGN(interface->rbuf_offset +
sbin/dhclient/bpf.c
479
interface->rbuf_offset += offset;
sbin/dhclient/bpf.c
483
offset = decode_udp_ip_header(interface->rbuf,
sbin/dhclient/bpf.c
484
interface->rbuf_offset, from, NULL, hdr.bh_caplen);
sbin/dhclient/bpf.c
488
interface->rbuf_offset =
sbin/dhclient/bpf.c
489
BPF_WORDALIGN(interface->rbuf_offset +
sbin/dhclient/bpf.c
493
interface->rbuf_offset += offset;
sbin/dhclient/bpf.c
502
interface->rbuf_offset =
sbin/dhclient/bpf.c
503
BPF_WORDALIGN(interface->rbuf_offset +
sbin/dhclient/bpf.c
509
memcpy(buf, interface->rbuf + interface->rbuf_offset,
sbin/dhclient/bpf.c
511
interface->rbuf_offset =
sbin/dhclient/bpf.c
512
BPF_WORDALIGN(interface->rbuf_offset +
sbin/dhclient/dhclient.c
1016
for (ap = packet->interface->client->config->reject_list;
sbin/dhclient/dhclient.c
1029
struct interface_info *ip = packet->interface;
sbin/dhclient/dhclient.c
1043
packet->interface->client->xid != packet->raw->xid ||
sbin/dhclient/dhclient.c
1044
(packet->interface->hw_address.hlen != packet->raw->hlen) ||
sbin/dhclient/dhclient.c
1045
(memcmp(packet->interface->hw_address.haddr,
sbin/dhclient/dhclient.c
1157
struct interface_info *ip = packet->interface;
sbin/dhclient/dhclient.c
1251
struct interface_info *ip = packet->interface;
sbin/dhclient/dhclient.c
1255
if (packet->interface->client->xid != packet->raw->xid ||
sbin/dhclient/dhclient.c
1256
(packet->interface->hw_address.hlen != packet->raw->hlen) ||
sbin/dhclient/dhclient.c
1257
(memcmp(packet->interface->hw_address.haddr,
sbin/dhclient/dhclient.c
771
struct interface_info *ip = packet->interface;
sbin/dhclient/dhclient.c
776
if (packet->interface->client->xid != packet->raw->xid ||
sbin/dhclient/dhclient.c
777
(packet->interface->hw_address.hlen != packet->raw->hlen) ||
sbin/dhclient/dhclient.c
778
(memcmp(packet->interface->hw_address.haddr,
sbin/dhclient/dhclient.c
980
for (ap = packet->interface->client->config->reject_list;
sbin/dhclient/dhcpd.h
112
struct interface_info *interface;
sbin/dhclient/options.c
869
do_packet(struct interface_info *interface, struct dhcp_packet *packet,
sbin/dhclient/options.c
885
tp.interface = interface;
sbin/dhclient/packet.c
92
assemble_hw_header(struct interface_info *interface, unsigned char *buf,
sbin/dhclient/packet.c
98
if (interface->hw_address.hlen == sizeof(eh.ether_shost))
sbin/dhclient/packet.c
99
memcpy(eh.ether_shost, interface->hw_address.haddr,
sbin/ipf/ipfsync/ipfsyncd.c
113
interface = optarg;
sbin/ipf/ipfsync/ipfsyncd.c
123
if (interface == NULL) {
sbin/ipf/ipfsync/ipfsyncd.c
180
if (buildsocket(interface, &sin) == -1)
sbin/ipf/ipfsync/ipfsyncd.c
86
char *interface;
sbin/ipf/ipfsync/ipfsyncd.c
99
interface = NULL;
sbin/ipf/ipmon/ipmon_y.y
124
| interface { $$ = $1; }
sbin/ipf/ipmon/ipmon_y.y
188
interface:
sbin/ipf/ipmon/ipmon_y.y
75
%type <opt> direction dstip dstport every group interface
sbin/pfctl/parse.y
1059
anchorrule : ANCHOR anchorname dir quick interface af proto fromto
sbin/pfctl/parse.y
1114
| NATANCHOR string interface af proto fromto rtable {
sbin/pfctl/parse.y
1138
| RDRANCHOR string interface af proto fromto rtable {
sbin/pfctl/parse.y
1183
| BINATANCHOR string interface af proto fromto rtable {
sbin/pfctl/parse.y
1260
etherrule : ETHER action dir quick interface bridge etherproto etherfromto l3fromto etherfilter_opts
sbin/pfctl/parse.y
1330
etheranchorrule : ETHER ANCHOR anchorname dir quick interface etherproto etherfromto l3fromto etherpfa_anchor
sbin/pfctl/parse.y
1451
scrubrule : scrubaction dir logquick interface af proto fromto scrub_opts
sbin/pfctl/parse.y
1876
altqif : ALTQ interface queue_opts QUEUE qassign {
sbin/pfctl/parse.y
1900
queuespec : QUEUE STRING interface queue_opts qassign {
sbin/pfctl/parse.y
2802
pfrule : action dir logquick interface route af proto fromto
sbin/pfctl/parse.y
3741
interface : /* empty */ { $$ = NULL; }
sbin/pfctl/parse.y
515
struct node_if *interface;
sbin/pfctl/parse.y
5252
natrule : nataction interface af proto fromto tag tagged rtable
sbin/pfctl/parse.y
5349
binatrule : no BINAT natpasslog interface af proto FROM ipspec toipspec tag
sbin/pfctl/parse.y
613
%type <v.interface> interface if_list if_item_not if_item
sbin/pfctl/parse.y
6247
LOOP_THROUGH(struct node_if, interface, interfaces,
sbin/pfctl/parse.y
6249
if (strlcpy(pa.ifname, interface->ifname,
sbin/pfctl/parse.y
6253
if (interface->not) {
sbin/pfctl/parse.y
6286
if (strlcat(qname, interface->ifname,
sbin/pfctl/parse.y
6292
if (strlcpy(pb.ifname, interface->ifname,
sbin/pfctl/parse.y
6320
if (strlcpy(n->ifname, interface->ifname,
sbin/pfctl/parse.y
6363
LOOP_THROUGH(struct node_if, interface, interfaces,
sbin/pfctl/parse.y
6366
(interface->ifname[0] == 0 ||
sbin/pfctl/parse.y
6367
(!interface->not && !strncmp(interface->ifname,
sbin/pfctl/parse.y
6369
(interface->not && strncmp(interface->ifname,
sbin/pfctl/parse.y
6450
(found == 1 && interface->ifname[0] == 0) ||
sbin/pfctl/parse.y
6451
(found > 0 && interface->ifname[0] != 0))) {
sbin/pfctl/parse.y
6453
&bwspec, interface->ifname[0] != 0,
sbin/pfctl/parse.y
647
%type <v.interface> antispoof_ifspc antispoof_iflst antispoof_if
sbin/pfctl/parse.y
6514
LOOP_THROUGH(struct node_if, interface, interfaces,
sbin/pfctl/parse.y
6520
strlcpy(r->ifname, interface->ifname,
sbin/pfctl/parse.y
6522
r->ifnot = interface->not;
sbin/pfctl/parse.y
6842
LOOP_THROUGH(struct node_if, interface, interfaces,
sbin/pfctl/parse.y
6867
(src_host->ifindex && *interface->ifname &&
sbin/pfctl/parse.y
6868
src_host->ifindex != ifa_nametoindex(interface->ifname)) ||
sbin/pfctl/parse.y
6869
(dst_host->ifindex && *interface->ifname &&
sbin/pfctl/parse.y
6870
dst_host->ifindex != ifa_nametoindex(interface->ifname)))
sbin/pfctl/parse.y
6877
if (*interface->ifname)
sbin/pfctl/parse.y
6878
strlcpy(r->ifname, interface->ifname,
sbin/pfctl/parse.y
6910
r->ifnot = interface->not;
sbin/pfctl/parse.y
7005
expand_rule(&rdr_rule, true, interface, NULL, rdr_redirspec,
sbin/pfctl/parse.y
7065
LOOP_THROUGH(struct node_if, interface, interfaces,
sbin/pfctl/parse.y
7067
printf(" %s", interface->ifname);
sbin/pfctl/parse.y
7068
if (interface->not) {
sbin/pfctl/parse.y
7073
interface->ifname, PFI_IFLAG_SKIP, 1);
sbin/pfctl/parse.y
869
| SET SKIP interface {
sbin/routed/defs.h
174
struct interface *rts_ifp;
sbin/routed/defs.h
238
LIST_ENTRY(interface) int_list;
sbin/routed/defs.h
239
LIST_ENTRY(interface) remote_list;
sbin/routed/defs.h
240
struct interface *int_ahash, **int_ahash_prev;
sbin/routed/defs.h
241
struct interface *int_bhash, **int_bhash_prev;
sbin/routed/defs.h
242
struct interface *int_nhash, **int_nhash_prev;
sbin/routed/defs.h
326
LIST_HEAD(ifhead, interface);
sbin/routed/defs.h
424
extern const struct interface *rip_sock_mcast; /* current multicast interface */
sbin/routed/defs.h
477
void rip_on(struct interface *);
sbin/routed/defs.h
481
struct interface *, struct rip *, int);
sbin/routed/defs.h
485
void supply(struct sockaddr_in *, struct interface *,
sbin/routed/defs.h
518
void get_parms(struct interface *);
sbin/routed/defs.h
533
void trace_if(const char *, struct interface *);
sbin/routed/defs.h
537
struct interface *, struct rip *, int);
sbin/routed/defs.h
542
void set_rdisc_mg(struct interface *, int);
sbin/routed/defs.h
544
void if_bad_rdisc(struct interface *);
sbin/routed/defs.h
545
void if_ok_rdisc(struct interface *);
sbin/routed/defs.h
546
void read_rip(int, struct interface *);
sbin/routed/defs.h
584
naddr ripv1_mask_net(naddr, struct interface *);
sbin/routed/defs.h
585
naddr ripv1_mask_host(naddr,struct interface *);
sbin/routed/defs.h
588
struct interface *check_dup(naddr, naddr, naddr, int);
sbin/routed/defs.h
589
int check_remote(struct interface *);
sbin/routed/defs.h
592
int if_ok(struct interface *, const char *);
sbin/routed/defs.h
593
void if_sick(struct interface *);
sbin/routed/defs.h
594
void if_link(struct interface *);
sbin/routed/defs.h
595
struct interface *ifwithaddr(naddr addr, int bcast, int remote);
sbin/routed/defs.h
596
struct interface *ifwithindex(u_short, int);
sbin/routed/defs.h
597
struct interface *iflookup(naddr);
sbin/routed/defs.h
599
struct auth *find_auth(struct interface *);
sbin/routed/if.c
1071
ifp = (struct interface *)rtmalloc(sizeof(*ifp), "ifinit ifp");
sbin/routed/if.c
1250
check_net_syn(struct interface *ifp)
sbin/routed/if.c
1297
addrouteforif(struct interface *ifp)
sbin/routed/if.c
133
struct interface *
sbin/routed/if.c
138
struct interface *ifp, *possible = NULL;
sbin/routed/if.c
171
static struct interface *
sbin/routed/if.c
175
struct interface *ifp;
sbin/routed/if.c
199
struct interface *
sbin/routed/if.c
203
struct interface *ifp;
sbin/routed/if.c
226
struct interface *
sbin/routed/if.c
229
struct interface *ifp, *maybe;
sbin/routed/if.c
289
struct interface *ifp) /* as seen on this interface */
sbin/routed/if.c
340
struct interface *ifp) /* as seen on this interface */
sbin/routed/if.c
375
struct interface *
sbin/routed/if.c
381
struct interface *ifp;
sbin/routed/if.c
409
check_remote(struct interface *ifp)
sbin/routed/if.c
439
ifdel(struct interface *ifp)
sbin/routed/if.c
441
struct interface *ifp1;
sbin/routed/if.c
46
static struct interface *ahash_tbl[AHASH_LEN];
sbin/routed/if.c
50
static struct interface *bhash_tbl[BHASH_LEN];
sbin/routed/if.c
519
if_sick(struct interface *ifp)
sbin/routed/if.c
534
if_bad(struct interface *ifp)
sbin/routed/if.c
536
struct interface *ifp1;
sbin/routed/if.c
566
if_ok(struct interface *ifp,
sbin/routed/if.c
569
struct interface *ifp1;
sbin/routed/if.c
58
static struct interface *nhash_tbl[NHASH_LEN];
sbin/routed/if.c
649
struct interface ifs, ifs0, *ifp, *ifp1;
sbin/routed/if.c
76
static void if_bad(struct interface *);
sbin/routed/if.c
77
static int addrouteforif(struct interface *);
sbin/routed/if.c
79
static struct interface**
sbin/routed/if.c
95
if_link(struct interface *ifp)
sbin/routed/if.c
97
struct interface **hifp;
sbin/routed/input.c
126
struct interface *sifp, /* interface of incoming socket */
sbin/routed/input.c
127
struct interface *aifp, /* "authenticated" interface */
sbin/routed/input.c
138
struct interface *ifp1;
sbin/routed/input.c
33
static void input(struct sockaddr_in *, struct interface *, struct interface *,
sbin/routed/input.c
36
static int ck_passwd(struct interface *, struct rip *, void *,
sbin/routed/input.c
44
struct interface *sifp)
sbin/routed/input.c
47
struct interface *aifp;
sbin/routed/input.c
782
struct interface *ifp1;
sbin/routed/input.c
933
ck_passwd(struct interface *aifp,
sbin/routed/main.c
546
struct interface *ifp;
sbin/routed/main.c
661
struct interface *ifp;
sbin/routed/main.c
694
rip_mcast_on(struct interface *ifp)
sbin/routed/main.c
720
rip_on(struct interface *ifp)
sbin/routed/main.c
76
const struct interface *rip_sock_mcast; /* current multicast interface */
sbin/routed/main.c
98
struct interface *ifp;
sbin/routed/output.c
201
find_auth(struct interface *ifp)
sbin/routed/output.c
45
struct interface *ifp; /* usually output interface */
sbin/routed/output.c
657
struct interface *ifp, /* output interface */
sbin/routed/output.c
808
struct interface *ifp;
sbin/routed/output.c
89
struct interface *ifp,
sbin/routed/output.c
890
struct interface *ifp;
sbin/routed/parms.c
162
struct interface *ifp;
sbin/routed/parms.c
313
ifp = (struct interface *)rtmalloc(sizeof(*ifp), "gwkludge()");
sbin/routed/parms.c
45
get_parms(struct interface *ifp)
sbin/routed/rdisc.c
103
struct interface *ifp,
sbin/routed/rdisc.c
160
set_rdisc_mg(struct interface *ifp,
sbin/routed/rdisc.c
250
struct interface *ifp;
sbin/routed/rdisc.c
358
if_bad_rdisc(struct interface *ifp)
sbin/routed/rdisc.c
378
if_ok_rdisc(struct interface *ifp)
sbin/routed/rdisc.c
396
struct interface *ifp;
sbin/routed/rdisc.c
448
struct interface *ifp;
sbin/routed/rdisc.c
565
struct interface *ifp)
sbin/routed/rdisc.c
66
static const struct interface *rdisc_sock_mcast; /* current multicast interface */
sbin/routed/rdisc.c
686
struct interface *ifp,
sbin/routed/rdisc.c
74
struct interface *dr_ifp;
sbin/routed/rdisc.c
771
send_adv(struct interface *ifp,
sbin/routed/rdisc.c
807
struct interface *ifp;
sbin/routed/rdisc.c
847
struct interface *ifp;
sbin/routed/rdisc.c
885
static struct interface * /* 0 if bad */
sbin/routed/rdisc.c
888
struct interface *ifp,
sbin/routed/rdisc.c
944
struct interface *ifp;
sbin/routed/table.c
1002
struct interface *ifp;
sbin/routed/table.c
1146
struct interface *ifp;
sbin/routed/table.c
1906
struct interface *ifp, *ifp1;
sbin/routed/table.c
2022
struct interface *ifp;
sbin/routed/table.c
2094
struct interface *ifp;
sbin/routed/table.c
815
struct interface *ifp)
sbin/routed/table.c
878
struct interface *ifp;
sbin/routed/trace.c
617
struct interface *ifp)
sbin/routed/trace.c
852
struct interface *ifp;
sbin/routed/trace.c
868
struct interface *ifp,
stand/efi/libefi/libefi.c
52
OpenProtocolByHandle(EFI_HANDLE handle, EFI_GUID *protocol, void **interface)
stand/efi/libefi/libefi.c
54
return (BS->OpenProtocol(handle, protocol, interface, IH, NULL,
stand/i386/common/edd.h
70
char interface[8];
sys/arm64/iommu/smmureg.h
51
#define IDR0_VATOS (1 << 20) / * Virtual ATOS page interface */
sys/dev/hptnr/wj.h
32
* NVRAM write journaling interface.
sys/dev/pms/RefTisa/sallsdk/api/saapi.h
672
bit32 interface,
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
3926
bit32 interface,
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
3971
reserved_In_Ln = ((interface & 0x1) << SHIFT7) | (laneNumber & 0x7F);
tests/sys/net/bpf/bpf_multi_read.c
44
const char *interface;
tests/sys/net/bpf/bpf_multi_read.c
51
interface = argv[1];
tests/sys/net/bpf/bpf_multi_read.c
53
pcap = pcap_create(interface, errbuf);
tools/tools/ether_reflect/ether_reflect.c
103
if (interface == NULL)
tools/tools/ether_reflect/ether_reflect.c
109
if ((capture = pcap_open_live(interface, SNAPLEN, promisc, timeout,
tools/tools/ether_reflect/ether_reflect.c
115
if (pcap_lookupnet(interface, &localnet, &netmask, errbuf) < 0)
tools/tools/ether_reflect/ether_reflect.c
64
char *interface = NULL;
tools/tools/ether_reflect/ether_reflect.c
84
interface = optarg;
tools/tools/mcgrab/mcgrab.cc
112
strncpy(ifreq.ifr_name, interface, IFNAMSIZ);
tools/tools/mcgrab/mcgrab.cc
160
char* interface = 0; ///< Name of the interface
tools/tools/mcgrab/mcgrab.cc
177
interface = optarg;
tools/tools/mcgrab/mcgrab.cc
191
grab(interface, group, number, block);
tools/tools/mcgrab/mcgrab.cc
89
void grab(char *interface, struct in_addr *group, int number, int block) {
tools/tools/mctest/mctest.cc
122
strncpy(ifreq.ifr_name, interface, IFNAMSIZ);
tools/tools/mctest/mctest.cc
297
int source(char *interface, struct in_addr *group, int pkt_size,
tools/tools/mctest/mctest.cc
323
strncpy(ifreq.ifr_name, interface, IFNAMSIZ);
tools/tools/mctest/mctest.cc
451
char* interface = 0; ///< Name of the interface
tools/tools/mctest/mctest.cc
473
interface = optarg;
tools/tools/mctest/mctest.cc
514
sink(interface, group, pkt_size, number, clients, client,
tools/tools/mctest/mctest.cc
519
source(interface, group, pkt_size, number, gap, clients,
tools/tools/mctest/mctest.cc
94
int sink(char *interface, struct in_addr *group, int pkt_size, int number,
tools/tools/netmap/lb.c
171
char interface[MAX_PORTNAMELEN];
tools/tools/netmap/lb.c
286
ports[j].interface,
tools/tools/netmap/lb.c
807
snprintf(p->interface, MAX_PORTNAMELEN, "%s%s{%d/xT@%d",
tools/tools/netmap/lb.c
811
D("opening pipe named %s", p->interface);
tools/tools/netmap/lb.c
813
p->nmd = nmport_open(p->interface);
tools/tools/netmap/lb.c
816
D("cannot open %s", p->interface);
tools/tools/netmap/lb.c
828
k + 1, p->interface, p->nmd->reg.nr_tx_slots);
tools/tools/usbtest/usb_control_ep_test.c
644
for (m = 0; m != config->interface[n].num_altsetting; m++) {
tools/tools/usbtest/usb_msc_test.c
968
iface = (pcfg->interface + x);
tools/tools/usbtest/usb_msc_test.c
980
iface = (pcfg->interface + x);
usr.bin/netstat/if.c
407
if (interface != NULL &&
usr.bin/netstat/if.c
408
strcmp(ifa->ifa_name, interface) != 0)
usr.bin/netstat/if.c
462
if (interface != NULL && strcmp(ifa->ifa_name, interface) != 0)
usr.bin/netstat/if.c
620
if (interface) {
usr.bin/netstat/if.c
621
if (strcmp(ifa->ifa_name, interface) == 0)
usr.bin/netstat/if.c
638
if (interface && found == false)
usr.bin/netstat/if.c
639
xo_err(EX_DATAERR, "interface %s not found", interface);
usr.bin/netstat/if.c
659
interface != NULL ? interface : "(Total)", "output");
usr.bin/netstat/main.c
231
char *interface; /* desired i/f for stats, or NULL for all i/fs */
usr.bin/netstat/main.c
338
for (cp = interface = optarg; isalpha(*cp); cp++)
usr.bin/netstat/main.c
471
bpf_stats(interface);
usr.bin/netstat/netstat.h
65
extern char *interface; /* desired i/f for stats, or NULL for all i/fs */
usr.sbin/bhyve/qemu_fwcfg.c
238
fwcfg_id->interface = 1;
usr.sbin/bhyve/qemu_fwcfg.c
77
uint32_t interface : 1; /* always set */
usr.sbin/bluetooth/rtlbtfw/main.c
188
ifc = &cfg->interface[0];
usr.sbin/usbconfig/dump.c
685
dump_iface(pdev, pcfg->interface + x);
usr.sbin/usbconfig/dump.c
687
for (y = 0; y != (pcfg->interface + x)->num_altsetting; y++) {
usr.sbin/usbconfig/dump.c
690
(pcfg->interface + x)->altsetting + y);