Searched refs:srctype (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/netgraph/bluetooth/include/
H A Dng_btsocket_l2cap.h75 uint8_t srctype;/*source addr type*/ member in struct:ng_btsocket_l2cap_raw_pcb
136 uint8_t srctype; /*source addr type*/ member in struct:ng_btsocket_l2cap_pcb
/freebsd-12-stable/contrib/unbound/util/
H A Dnetevent.c407 if(r->srctype != 4 && r->srctype != 6) {
408 log_info("%s: unknown srctype %d", str, r->srctype);
411 if(r->srctype == 6) {
419 } else if(r->srctype == 4) {
489 if(r->srctype == 4) {
514 } else if(r->srctype == 6) {
570 if(errno == EINVAL && r->srctype == 4)
678 rep.srctype
[all...]
H A Dnetevent.h132 int srctype; member in struct:comm_reply
/freebsd-12-stable/contrib/libpcap/
H A Dpcap.c2575 int srctype;
2596 if (pcap_parsesrcstr(device, &srctype, host, port, name, errbuf))
2599 if (srctype == PCAP_SRC_IFREMOTE) {
2610 if (srctype == PCAP_SRC_FILE) {
2614 if (srctype == PCAP_SRC_IFLOCAL) {
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c2322 get_source(zfs_handle_t *zhp, zprop_source_t *srctype, char *source, argument
2325 if (statbuf == NULL || *srctype == ZPROP_SRC_TEMPORARY)
2329 *srctype = ZPROP_SRC_NONE;
2331 *srctype = ZPROP_SRC_DEFAULT;
2333 *srctype = ZPROP_SRC_RECEIVED;
2336 *srctype = ZPROP_SRC_LOCAL;
2339 *srctype = ZPROP_SRC_INHERITED;
H A Dlibzfs_pool.c248 zprop_source_t *srctype, boolean_t literal)
289 if (srctype != NULL)
290 *srctype = src;
387 if (srctype)
388 *srctype = src;
247 zpool_get_prop(zpool_handle_t *zhp, zpool_prop_t prop, char *buf, size_t len, zprop_source_t *srctype, boolean_t literal) argument
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c6412 zprop_source_t srctype; local
6428 srctype = ZPROP_SRC_LOCAL;
6433 cbp, pl->pl_user_prop, value, srctype, local
6438 sizeof (value), &srctype, cbp->cb_literal) != 0)
6442 zpool_prop_to_name(pl->pl_prop), value, srctype,
/freebsd-12-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c2256 pcb->srctype =
2716 sa.l2cap_bdaddr_type = pcb->srctype;

Completed in 254 milliseconds