Home
last modified time | relevance | path

Searched refs:proto (Results 201 – 225 of 422) sorted by relevance

12345678910>>...17

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hw.h314 enum protocol_type proto,
/illumos-gate/usr/src/tools/
H A DMakefile.tools33 TOOLS_PROTO= $(TOOLS)/proto/root_$(MACH)-nd
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c797 np_up(unit, proto) in np_up() argument
798 int unit, proto; in np_up()
859 np_down(unit, proto) in np_down() argument
860 int unit, proto; in np_down()
873 np_finished(unit, proto) in np_finished() argument
874 int unit, proto; in np_finished()
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dtmlib2 /* : : generated by proto : : */
H A Dvfork2 /* : : generated by proto : : */
H A Dwctype2 /* : : generated by proto : : */
H A Ddirent2 /* : : generated by proto : : */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dtmlib2 /* : : generated by proto : : */
H A Dvfork2 /* : : generated by proto : : */
H A Dwctype2 /* : : generated by proto : : */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dtmlib2 /* : : generated by proto : : */
H A Dvfork2 /* : : generated by proto : : */
H A Dwctype2 /* : : generated by proto : : */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dtmlib2 /* : : generated by proto : : */
H A Dvfork2 /* : : generated by proto : : */
H A Dwctype2 /* : : generated by proto : : */
/illumos-gate/usr/src/head/rpcsvc/
H A Dnis_object.x161 string proto<>; /* Protocol (TCP, UDP, CLNP, etc) */
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dprint-svc133 rfc_proto=`svcprop -p inetd/proto ${RFC1179_FMRI} 2>/dev/null | \
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dpackage.sh3497 checkaout proto || return
3498 PROTOROOT=$PACKAGEROOT/proto
3499 $show PROTOROOT=$PACKAGEROOT/proto
3502 note proto convert $PACKAGEROOT/src into $PROTOROOT/src
3514 find $dirs -name '*.[CcHh]' $newer -print | proto -v -L - -C proto
3594 if test proto != "$i" && executable $INSTALLROOT/bin/proto
3596 '') $INSTALLROOT/bin/proto -p $INITROOT/$i.c > $i.c || return ;;
3611 proto:) test -d $INSTALLROOT/include || mkdir $INSTALLROOT/include
3612 $INSTALLROOT/bin/proto -f /dev/null > $i.c
5722 checkaout mamake proto ratz release || exit
/illumos-gate/usr/src/cmd/ast/
H A DREADME.ast16 proto using 'make _feature' in this directory. This should be done after
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device-fp.c782 if (ext_info->proto & XGE_HAL_FRAME_PROTO_IP_FRAGMENTED) { in __hal_ip_lro_capable()
919 if (!(ext_info->proto & XGE_HAL_FRAME_PROTO_TCP)) { in __hal_lro_capable()
920 xge_debug_ring(XGE_ERR, "Cant do lro %d", ext_info->proto); in __hal_lro_capable()
956 if (ext_info->proto & XGE_HAL_FRAME_PROTO_VLAN_TAGGED) { in __hal_lro_capable()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c1461 rts_create(int family, int type, int proto, sock_downcalls_t **sock_downcalls, in rts_create() argument
1467 (proto != 0 && proto != AF_INET && proto != AF_INET6)) { in rts_create()
1476 connp->conn_proto = proto; in rts_create()
/illumos-gate/usr/src/cmd/sendmail/cf/feature/
H A Dldap_routing.m417 # Check first two arguments. If they aren't set, may need to warn in proto.m4
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c644 char *proto = NULL; in irp_unmarshall_sv() local
694 proto = NULL; in irp_unmarshall_sv()
695 if (getfield(&proto, 0, &p, fieldsep) == NULL) { in irp_unmarshall_sv()
702 sv->s_proto = proto; in irp_unmarshall_sv()
710 if (proto != NULL) free(proto); in irp_unmarshall_sv()
/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c461 int flags, proto, alg, len, dlen; in dst_s_read_public_key() local
530 if (fscanf(fp, "%d %d %d", &flags, &proto, &alg) != 3) { in dst_s_read_public_key()
567 return dst_buffer_to_key(in_name, alg, flags, proto, deckey, dlen); in dst_s_read_public_key()

12345678910>>...17