Home
last modified time | relevance | path

Searched refs:proto (Results 301 – 325 of 423) sorted by relevance

1...<<11121314151617

/illumos-gate/usr/src/lib/
H A DREADME.Makefiles99 Install all library header files into the proto area.
121 appropriate location in the proto area. Once HDRS, HDRDIR and (optionally)
133 To install a catalog into the catalog directory in the proto area, define the
203 parent Makefile and that merged file will be installed into the proto area
320 are never installed in the proto area. Note that the LIBS macro
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c511 static INLINE int frpr_ipv6exthdr(fin, multiple, proto) in frpr_ipv6exthdr() argument
513 int multiple, proto;
538 if (ip6exthdr[i].ol_val == proto) {
3560 int frflush(unit, proto, flags, ifs) in frflush() argument
3562 int proto, flags;
3575 if (proto == 0 || proto == 6) {
3581 if (proto == 0 || proto == 4) {
3589 if (proto == 0 || proto == 6) {
3595 if (proto == 0 || proto == 4) {
3607 tmp = frflush(IPL_LOGCOUNT, proto, flags, ifs);
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dtmx2 /* : : generated by proto : : */
H A Diconv2 /* : : generated by proto : : */
H A Dsys2 /* : : generated by proto : : */
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dtmx2 /* : : generated by proto : : */
H A Diconv2 /* : : generated by proto : : */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dtmx2 /* : : generated by proto : : */
H A Diconv2 /* : : generated by proto : : */
H A Dsys2 /* : : generated by proto : : */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dtmx2 /* : : generated by proto : : */
H A Diconv2 /* : : generated by proto : : */
H A Dsys2 /* : : generated by proto : : */
/illumos-gate/usr/src/cmd/fm/scripts/
H A Dfmsim.ksh42 sysroot=$CODEMGR_WS/proto/root_$isa
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c812 uint8_t proto; in get_dhcpv6_info() local
816 if (!mac_ip_hdr_length_v6(ip6h, end, &hdrlen, &proto, &frag)) in get_dhcpv6_info()
819 if (proto != IPPROTO_UDP) in get_dhcpv6_info()
861 uint8_t proto; in get_ra_info() local
865 if (!mac_ip_hdr_length_v6(ip6h, end, &hdrlen, &proto, &frag)) in get_ra_info()
868 if (proto != IPPROTO_ICMPV6) in get_ra_info()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dns.c68 interpret_dns(int flags, int proto, const uchar_t *data, int len, int port) in interpret_dns() argument
81 if (proto == IPPROTO_TCP) { in interpret_dns()
/illumos-gate/usr/src/tools/scripts/
H A Dvalidate_pkg.py478 def adddir(self, proto, exceptions): argument
485 pdir = os.path.normpath(proto)
/illumos-gate/usr/src/cmd/ast/libdll/i386/FEATURE/
H A Ddll2 /* : : generated by proto : : */
/illumos-gate/usr/src/cmd/ast/libdll/amd64/FEATURE/
H A Ddll2 /* : : generated by proto : : */
/illumos-gate/usr/src/cmd/ast/libdll/sparc/FEATURE/
H A Ddll2 /* : : generated by proto : : */
/illumos-gate/usr/src/cmd/ast/libdll/sparcv9/FEATURE/
H A Ddll2 /* : : generated by proto : : */
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb.c530 if (cmd->proto != IPPROTO_TCP && cmd->proto != IPPROTO_UDP) in ilb_rule_add()
627 if (ilb_match_rule(ilbs, zoneid, cmd->name, cmd->ip_ver, cmd->proto, in ilb_rule_add()
655 rule->ir_proto = cmd->proto; in ilb_rule_add()
2022 cmd->proto = rule->ir_proto; in ilb_rule_list()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c351 #define VAR_PROTO_MATCH(varname, proto) (strncmp(varname, proto, 4) == 0) argument
2578 ra_resetvars(const char *proto) in ra_resetvars() argument
2582 if (proto != NULL && in ra_resetvars()
2583 !VAR_PROTO_MATCH(ra_vars[i].var_name, proto)) in ra_resetvars()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_rules.c258 proto2str(short proto, char *buf, int sz) in proto2str() argument
262 pe = getprotobynumber((int)proto); in proto2str()
266 (void) sprintf(buf, "(bad proto %d)", proto); in proto2str()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfr.c164 char *proto; variable
489 proto = *(++argv);
1849 (ulong_t)atoi(proto),

1...<<11121314151617