Searched defs:sfnew (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfnew.c32 Sfio_t* sfnew(Sfio_t* oldf, Void_t* buf, size_t size, int file, int flags) function
34 Sfio_t* sfnew(oldf,buf,size,file,flags)
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoec.c708 struct server_filter *sfnew; local
718 sfnew = (struct server_filter *)calloc(1, sizeof (*sfnew));
719 if (sfnew == NULL) {
725 sfnew->sf_name = str;
727 sfnew->sf_isexcept = exceptflag == 0 ? 0 : 1;
743 mcp = sfnew->sf_mask.ether_addr_octet;
744 if (ether_hostton(hbuf, &sfnew->sf_mac) == 0) {
746 sfnew->sf_hasmac = 1;
748 ucp = sfnew
[all...]

Completed in 45 milliseconds