Home
last modified time | relevance | path

Searched refs:getproto (Results 1 – 19 of 19) sorted by last modified time

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dipft_td.c145 ip->ip_p = getproto(s);
H A Dipft_ef.c95 ip->ip_p = getproto(prot);
H A Dgetproto.c8 int getproto(name) in getproto() function
H A DMakefile34 getproto.o getsumd.o hostname.o \
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dipf.h208 extern int getproto __P((char *));
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c178 static char *getproto __P((u_int));
492 static char *getproto(p) in getproto() function
767 proto = getproto(nl->nlg_p);
854 proto = getproto(sl->isl_p);
1127 proto = getproto(p);
1190 proto = getproto(ipc->ip_p);
H A Dipfstat.c348 protocol = getproto(optarg);
H A Dipnat_y.y714 | YY_STR { $$ = getproto($1); free($1); }
H A Dipmon_y.y176 $$->o_num = getproto($3);
H A Dipf_y.y716 int p = getproto($1);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.h240 extern char *getproto(int);
H A Dsnoop_pmap.c144 getproto(proto));
221 proto, getproto(proto));
H A Dsnoop_ip.c132 getproto(ip->ip_p), in interpret_ip()
207 getproto(ip->ip_p)); in interpret_ip()
238 getproto(ip->ip_p), in interpret_ip()
395 getproto(proto)); in interpret_ipv6()
708 getproto(int p) in getproto() function
765 "Next header = %d (%s)", nxt_hdr, getproto(nxt_hdr)); in prt_routing_hdr()
824 "Next Header = %d (%s)", nxt_hdr, getproto(nxt_hdr)); in prt_fragment_hdr()
985 "Next Header = %u (%s)", nxt_hdr, getproto(nxt_hdr)); in prt_hbh_options()
1094 "Next Header = %u (%s)", nxt_hdr, getproto(nxt_hdr)); in prt_dest_options()
H A Dsnoop_ipsec.c154 getproto(aligned_ah->ah_nexthdr)); in interpret_ah()
/illumos-gate/usr/src/cmd/nscd/
H A DMakefile37 getether.o getrpc.o getproto.o getnet.o \
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlvm.c799 StkId lim = nci->u.l.base + getproto(nfunc)->numparams; in luaV_execute()
811 lua_assert(L->top == oci->u.l.base + getproto(ofunc)->maxstacksize); in luaV_execute()
H A Dlobject.h537 #define getproto(o) (clLvalue(o)->p) macro
H A Dlapi.c1003 status = luaU_dump(L, getproto(o), writer, data, 0); in lua_dump()
/illumos-gate/usr/src/cmd/connstat/
H A Dconnstat_main.c148 getproto(const char *proto) in getproto() function
267 if ((proto = getproto(protostr)) == NULL) { in main()